#066394

Color #066394 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #066394

Tints of Cerulean #066394

Color information

#066394 (or 0x066394) is unknown color: approx Cerulean. HEX triplet: 06, 63 and 94. RGB value is (6,99,148). Sum of RGB (Red+Green+Blue) = 6+99+148=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #066394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066394 is #F99C6B. Grayscale: #4C4C4C. Windows color (decimal): -16358508 or 9724678. OLE color: 9724678.

HSL color Cylindrical-coordinate representation of color #066394: hue angle of 200.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066394 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB699148-
CMYK0.960.3300.42
HSL200.7º92.21%30.2%-
HSV(B)200.7º95.95%58.04%-
XYZ9.8811.129.64-
YUV76.78168.1977.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.37%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=2.37%
G=39.13%
B=58.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6991480.960.3300.42200.792.2130.2
Hex66394602102Ac95c1e
Octal61432241404105231113436
Binary1101100011100101001100000100001010101011001001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066394; }

 p { color: rgb(6,99,148); }

 H1.HeaderClassName
 {
   color: #066394;
 }
 .AnyTagClassName
 {
   color: #066394;
 }
</style>
background-color css

<style>
 a { background-color: #066394; }

 a { background-color: rgb(6,99,148); }

 div.DivClassName
 {
   background-color: #066394;
 }
 .BgClassName
 {
   background-color: #066394;
 }
</style>
border-color css

<style>
 span { border-color: #066394; }

 span { border-color: rgb(6,99,148); }

 td.TdClassName
 {
   border-color: #066394;
 }
 .TagClassName
 {
   border-color: #066394;
 }
</style>