Html Css Color HEX #066472 Blue Lagoon

📋 copy color: '#066472'

red 6 ◦ green 100 ◦ blue 114

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

Shades of Blue Lagoon #066472

Tints of Blue Lagoon #066472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.45%

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 2.73%
G = 45.45%
B = 51.82%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066472 (or 0x066472) is known color: Blue Lagoon. HEX triplet: 06, 64 and 72. RGB value is (6,100,114). Sum of RGB (Red+Green+Blue) = 6+100+114=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #066472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066472 is #F99B8D. Grayscale: #494949. Windows color (decimal): -16358286 or 7496710. OLE color: 7496710.

HSL color Cylindrical-coordinate representation of color #066472: hue angle of 187.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066472 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 100 114 -
CMYK 0.95 0.12 0 0.55
HSL 187.78º 0.9% 0.24% -
HSV(B) 187.78º 0.95% 0.45% -
XYZ 7.67 10.37 17.52 -
YUV 73.49 150.86 79.86 -
System Red Green Blue C M Y K H S L
Decimal 6 100 114 0.95 0.12 0 0.55 187.78 0.9 0.24
Hex 6 64 72 5F C 0 37 BC 5A 18
Octal 6 144 162 137 14 0 67 274 132 30
Binary 110 1100100 1110010 1011111 1100 0 110111 10111100 1011010 11000

Color Harmonies of #066472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066472

Black with #066472

Text Example


Text Example

White with #066472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066472; }

 p { color: rgb(6,100,114); }

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

background-color css

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

 a { background-color: rgb(6,100,114); }

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

border-color css

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

 span { border-color: rgb(6,100,114); }

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