Html Css Color HEX #066F99 Cerulean

📋 copy color: '#066F99'

red 6 ◦ green 111 ◦ blue 153

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

Shades of Cerulean #066F99

Tints of Cerulean #066F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.11%

 BLUE value IS 153 (60.16% from 255) = 56.67%

R = 2.22%
G = 41.11%
B = 56.67%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#066F99 (or 0x066F99) is known color: Cerulean. HEX triplet: 06, 6F and 99. RGB value is (6,111,153). Sum of RGB (Red+Green+Blue) = 6+111+153=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #066F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #066F99 is #F99066. Grayscale: #545454. Windows color (decimal): -16355431 or 10055430. OLE color: 10055430.

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

Color convert

RGB 6 111 153 -
CMYK 0.96 0.27 0 0.4
HSL 197.14º 0.92% 0.31% -
HSV(B) 197.14º 0.96% 0.6% -
XYZ 11.51 13.71 32.18 -
YUV 84.39 166.71 72.08 -
System Red Green Blue C M Y K H S L
Decimal 6 111 153 0.96 0.27 0 0.4 197.14 0.92 0.31
Hex 6 6F 99 60 1B 0 28 C5 5C 1F
Octal 6 157 231 140 33 0 50 305 134 37
Binary 110 1101111 10011001 1100000 11011 0 101000 11000101 1011100 11111

Color Harmonies of #066F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F99

Black with #066F99

Text Example


Text Example

White with #066F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,111,153); }

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

background-color css

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

 a { background-color: rgb(6,111,153); }

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

border-color css

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

 span { border-color: rgb(6,111,153); }

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