Html Css Color HEX #066072 Blue Lagoon

📋 copy color: '#066072'

red 6 ◦ green 96 ◦ blue 114

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

Shades of Blue Lagoon #066072

Tints of Blue Lagoon #066072

RGB

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

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

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

R = 2.78%
G = 44.44%
B = 52.78%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066072 (or 0x066072) is known color: Blue Lagoon. HEX triplet: 06, 60 and 72. RGB value is (6,96,114). Sum of RGB (Red+Green+Blue) = 6+96+114=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #066072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066072 is #F99F8D. Grayscale: #464646. Windows color (decimal): -16359310 or 7495686. OLE color: 7495686.

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

Color convert

RGB 6 96 114 -
CMYK 0.95 0.16 0 0.55
HSL 190º 0.9% 0.24% -
HSV(B) 190º 0.95% 0.45% -
XYZ 7.3 9.62 17.39 -
YUV 71.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 6 96 114 0.95 0.16 0 0.55 190 0.9 0.24
Hex 6 60 72 5F 10 0 37 BE 5A 18
Octal 6 140 162 137 20 0 67 276 132 30
Binary 110 1100000 1110010 1011111 10000 0 110111 10111110 1011010 11000

Color Harmonies of #066072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066072

Black with #066072

Text Example


Text Example

White with #066072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066072; }

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

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

background-color css

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

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

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

border-color css

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

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

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