Html Css Color HEX #006072 Blue Lagoon

📋 copy color: '#006072'

red 0 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #006072

Tints of Blue Lagoon #006072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.71%

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

R = 0%
G = 45.71%
B = 54.29%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006072 (or 0x006072) is known color: Blue Lagoon. HEX triplet: 00, 60 and 72. RGB value is (0,96,114). Sum of RGB (Red+Green+Blue) = 0+96+114=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #006072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006072 is #FF9F8D. Grayscale: #454545. Windows color (decimal): -16752526 or 7495680. OLE color: 7495680.

HSL color Cylindrical-coordinate representation of color #006072: hue angle of 189.47º 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 #006072 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 96 114 -
CMYK 1 0.16 0 0.55
HSL 189.47º 1% 0.22% -
HSV(B) 189.47º 1% 0.45% -
XYZ 7.22 9.58 17.39 -
YUV 69.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 0 96 114 1 0.16 0 0.55 189.47 1 0.22
Hex 0 60 72 64 10 0 37 BD 64 16
Octal 0 140 162 144 20 0 67 275 144 26
Binary 0 1100000 1110010 1100100 10000 0 110111 10111101 1100100 10110

Color Harmonies of #006072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006072

Black with #006072

Text Example


Text Example

White with #006072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006072; }

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

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

background-color css

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

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

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

border-color css

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

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

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