Html Css Color HEX #006071 Blue Lagoon

📋 copy color: '#006071'

red 0 ◦ green 96 ◦ blue 113

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

Shades of Blue Lagoon #006071

Tints of Blue Lagoon #006071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 0%
G = 45.93%
B = 54.07%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#006071 (or 0x006071) is known color: Blue Lagoon. HEX triplet: 00, 60 and 71. RGB value is (0,96,113). Sum of RGB (Red+Green+Blue) = 0+96+113=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #006071 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006071 is #FF9F8E. Grayscale: #454545. Windows color (decimal): -16752527 or 7430144. OLE color: 7430144.

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

Color convert

RGB 0 96 113 -
CMYK 1 0.15 0 0.56
HSL 189.03º 1% 0.22% -
HSV(B) 189.03º 1% 0.44% -
XYZ 7.16 9.56 17.09 -
YUV 69.23 152.7 78.62 -
System Red Green Blue C M Y K H S L
Decimal 0 96 113 1 0.15 0 0.56 189.03 1 0.22
Hex 0 60 71 64 F 0 38 BD 64 16
Octal 0 140 161 144 17 0 70 275 144 26
Binary 0 1100000 1110001 1100100 1111 0 111000 10111101 1100100 10110

Color Harmonies of #006071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006071

Black with #006071

Text Example


Text Example

White with #006071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006071; }

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

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

background-color css

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

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

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

border-color css

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

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

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