Html Css Color HEX #005872 Blue Lagoon

📋 copy color: '#005872'

red 0 ◦ green 88 ◦ blue 114

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

Shades of Blue Lagoon #005872

Tints of Blue Lagoon #005872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 43.56%

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

R = 0%
G = 43.56%
B = 56.44%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005872 (or 0x005872) is known color: Blue Lagoon. HEX triplet: 00, 58 and 72. RGB value is (0,88,114). Sum of RGB (Red+Green+Blue) = 0+88+114=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #005872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005872 is #FFA78D. Grayscale: #404040. Windows color (decimal): -16754574 or 7493632. OLE color: 7493632.

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

Color convert

RGB 0 88 114 -
CMYK 1 0.23 0 0.55
HSL 193.68º 1% 0.22% -
HSV(B) 193.68º 1% 0.45% -
XYZ 6.53 8.19 17.16 -
YUV 64.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 0 88 114 1 0.23 0 0.55 193.68 1 0.22
Hex 0 58 72 64 17 0 37 C2 64 16
Octal 0 130 162 144 27 0 67 302 144 26
Binary 0 1011000 1110010 1100100 10111 0 110111 11000010 1100100 10110

Color Harmonies of #005872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005872

Black with #005872

Text Example


Text Example

White with #005872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005872; }

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

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

background-color css

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

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

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

border-color css

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

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

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