#066398

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

Shades of Cerulean #066398

Tints of Cerulean #066398

Color information

#066398 (or 0x066398) is unknown color: approx Cerulean. HEX triplet: 06, 63 and 98. RGB value is (6,99,152). Sum of RGB (Red+Green+Blue) = 6+99+152=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #066398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066398 is #F99C67. Grayscale: #4C4C4C. Windows color (decimal): -16358504 or 9986822. OLE color: 9986822.

HSL color Cylindrical-coordinate representation of color #066398: hue angle of 201.78º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #066398 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB699152-
CMYK0.960.3500.40
HSL201.78º92.41%30.98%-
HSV(B)201.78º96.05%59.61%-
XYZ10.211.2331.34-
YUV77.24170.1977.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=2.33%
G=38.52%
B=59.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6991520.960.3500.40201.7892.4130.98
Hex663986023028ca5c1f
Octal61432301404305031213437
Binary1101100011100110001100000100011010100011001010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066398; }

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

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

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

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

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

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

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

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