#006372

Color #006372 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #006372

Tints of Blue Lagoon #006372

Color information

#006372 (or 0x006372) is unknown color: approx Blue Lagoon. HEX triplet: 00, 63 and 72. RGB value is (0,99,114). Sum of RGB (Red+Green+Blue) = 0+99+114=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #006372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006372 is #FF9C8D. Grayscale: #464646. Windows color (decimal): -16751758 or 7496448. OLE color: 7496448.

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

Color convert

RGB099114-
CMYK10.1300.55
HSL187.89º100%22.35%-
HSV(B)187.89º100%44.71%-
XYZ7.510.1417.48-
YUV71.11152.277.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=0%
G=46.48%
B=53.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal09911410.1300.55187.8910022.35
Hex0637264D037bc6416
Octal01431621441506727414426
Binary01100011111001011001001101011011110111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006372; }

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

 H1.HeaderClassName
 {
   color: #006372;
 }
 .AnyTagClassName
 {
   color: #006372;
 }
</style>
background-color css

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

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

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

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

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

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