Html Css Color HEX #005672 Blue Lagoon

📋 copy color: '#005672'

red 0 ◦ green 86 ◦ blue 114

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

Shades of Blue Lagoon #005672

Tints of Blue Lagoon #005672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43%

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

R = 0%
G = 43%
B = 57%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#005672 (or 0x005672) is known color: Blue Lagoon. HEX triplet: 00, 56 and 72. RGB value is (0,86,114). Sum of RGB (Red+Green+Blue) = 0+86+114=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #005672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005672 is #FFA98D. Grayscale: #3F3F3F. Windows color (decimal): -16755086 or 7493120. OLE color: 7493120.

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

Color convert

RGB 0 86 114 -
CMYK 1 0.25 0 0.55
HSL 194.74º 1% 0.22% -
HSV(B) 194.74º 1% 0.45% -
XYZ 6.37 7.87 17.1 -
YUV 63.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 0 86 114 1 0.25 0 0.55 194.74 1 0.22
Hex 0 56 72 64 19 0 37 C3 64 16
Octal 0 126 162 144 31 0 67 303 144 26
Binary 0 1010110 1110010 1100100 11001 0 110111 11000011 1100100 10110

Color Harmonies of #005672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005672

Black with #005672

Text Example


Text Example

White with #005672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005672; }

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

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

background-color css

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

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

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

border-color css

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

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

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