Html Css Color HEX #006272 Blue Lagoon

📋 copy color: '#006272'

red 0 ◦ green 98 ◦ blue 114

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

Shades of Blue Lagoon #006272

Tints of Blue Lagoon #006272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.23%

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

R = 0%
G = 46.23%
B = 53.77%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006272 (or 0x006272) is known color: Blue Lagoon. HEX triplet: 00, 62 and 72. RGB value is (0,98,114). Sum of RGB (Red+Green+Blue) = 0+98+114=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #006272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006272 is #FF9D8D. Grayscale: #464646. Windows color (decimal): -16752014 or 7496192. OLE color: 7496192.

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

Color convert

RGB 0 98 114 -
CMYK 1 0.14 0 0.55
HSL 188.42º 1% 0.22% -
HSV(B) 188.42º 1% 0.45% -
XYZ 7.4 9.95 17.45 -
YUV 70.52 152.53 77.7 -
System Red Green Blue C M Y K H S L
Decimal 0 98 114 1 0.14 0 0.55 188.42 1 0.22
Hex 0 62 72 64 E 0 37 BC 64 16
Octal 0 142 162 144 16 0 67 274 144 26
Binary 0 1100010 1110010 1100100 1110 0 110111 10111100 1100100 10110

Color Harmonies of #006272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006272

Black with #006272

Text Example


Text Example

White with #006272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006272; }

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

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

background-color css

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

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

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

border-color css

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

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

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