Html Css Color HEX #066A98 Cerulean

📋 copy color: '#066A98'

red 6 ◦ green 106 ◦ blue 152

#066A98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #066A98

Tints of Cerulean #066A98

RGB

 RED value IS 6 (2.73% from 255) = 2.27%

 GREEN value IS 106 (41.8% from 255) = 40.15%

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 2.27%
G = 40.15%
B = 57.58%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#066A98 (or 0x066A98) is known color: Cerulean. HEX triplet: 06, 6A and 98. RGB value is (6,106,152). Sum of RGB (Red+Green+Blue) = 6+106+152=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #066A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066A98 is #F99567. Grayscale: #515151. Windows color (decimal): -16356712 or 9988614. OLE color: 9988614.

HSL color Cylindrical-coordinate representation of color #066A98: hue angle of 198.9º 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 #066A98 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 106 152 -
CMYK 0.96 0.30 0 0.40
HSL 198.9º 0.92% 0.31% -
HSV(B) 198.9º 0.96% 0.6% -
XYZ 10.9 12.61 31.57 -
YUV 81.34 167.87 74.26 -
System Red Green Blue C M Y K H S L
Decimal 6 106 152 0.96 0.30 0 0.40 198.9 0.92 0.31
Hex 6 6A 98 60 1E 0 28 C7 5C 1F
Octal 6 152 230 140 36 0 50 307 134 37
Binary 110 1101010 10011000 1100000 11110 0 101000 11000111 1011100 11111

Color Harmonies of #066A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066A98

Black with #066A98

Text Example


Text Example

White with #066A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066A98; }

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

 H1.HeaderClassName
 {
   color: #066A98;
 }
 .AnyTagClassName
 {
   color: #066A98;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #066A98;
 }
 .BgClassName
 {
   background-color: #066A98;
 }
</style>

border-color css

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

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

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