Html Css Color HEX #006472 Blue Lagoon

📋 copy color: '#006472'

red 0 ◦ green 100 ◦ blue 114

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

Shades of Blue Lagoon #006472

Tints of Blue Lagoon #006472

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.73%
B = 53.27%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006472 (or 0x006472) is known color: Blue Lagoon. HEX triplet: 00, 64 and 72. RGB value is (0,100,114). Sum of RGB (Red+Green+Blue) = 0+100+114=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #006472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006472 is #FF9B8D. Grayscale: #474747. Windows color (decimal): -16751502 or 7496704. OLE color: 7496704.

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

Color convert

RGB 0 100 114 -
CMYK 1 0.12 0 0.55
HSL 187.37º 1% 0.22% -
HSV(B) 187.37º 1% 0.45% -
XYZ 7.59 10.33 17.51 -
YUV 71.7 151.87 76.86 -
System Red Green Blue C M Y K H S L
Decimal 0 100 114 1 0.12 0 0.55 187.37 1 0.22
Hex 0 64 72 64 C 0 37 BB 64 16
Octal 0 144 162 144 14 0 67 273 144 26
Binary 0 1100100 1110010 1100100 1100 0 110111 10111011 1100100 10110

Color Harmonies of #006472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006472

Black with #006472

Text Example


Text Example

White with #006472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006472; }

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

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

background-color css

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

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

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

border-color css

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

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

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