Html Css Color HEX #066372 Blue Lagoon

📋 copy color: '#066372'

red 6 ◦ green 99 ◦ blue 114

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

Shades of Blue Lagoon #066372

Tints of Blue Lagoon #066372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.21%

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

R = 2.74%
G = 45.21%
B = 52.05%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#066372 (or 0x066372) is known color: Blue Lagoon. HEX triplet: 06, 63 and 72. RGB value is (6,99,114). Sum of RGB (Red+Green+Blue) = 6+99+114=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #066372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066372 is #F99C8D. Grayscale: #484848. Windows color (decimal): -16358542 or 7496454. OLE color: 7496454.

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

Color convert

RGB 6 99 114 -
CMYK 0.95 0.13 0 0.55
HSL 188.33º 0.9% 0.24% -
HSV(B) 188.33º 0.95% 0.45% -
XYZ 7.57 10.18 17.48 -
YUV 72.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 6 99 114 0.95 0.13 0 0.55 188.33 0.9 0.24
Hex 6 63 72 5F D 0 37 BC 5A 18
Octal 6 143 162 137 15 0 67 274 132 30
Binary 110 1100011 1110010 1011111 1101 0 110111 10111100 1011010 11000

Color Harmonies of #066372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066372

Black with #066372

Text Example


Text Example

White with #066372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066372; }

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

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

background-color css

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

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

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

border-color css

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

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

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