Html Css Color HEX #01586D Blue Lagoon

📋 copy color: '#01586D'

red 1 ◦ green 88 ◦ blue 109

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

Shades of Blue Lagoon #01586D

Tints of Blue Lagoon #01586D

RGB

 RED value IS 1 (0.78% from 255) = 0.51%

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

 BLUE value IS 109 (42.97% from 255) = 55.05%

R = 0.51%
G = 44.44%
B = 55.05%

CMYK

 C value IS 0.99

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#01586D (or 0x01586D) is known color: Blue Lagoon. HEX triplet: 01, 58 and 6D. RGB value is (1,88,109). Sum of RGB (Red+Green+Blue) = 1+88+109=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #01586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01586D is #FEA792. Grayscale: #404040. Windows color (decimal): -16689043 or 7165953. OLE color: 7165953.

HSL color Cylindrical-coordinate representation of color #01586D: hue angle of 191.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01586D is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 88 109 -
CMYK 0.99 0.19 0 0.57
HSL 191.67º 0.98% 0.22% -
HSV(B) 191.67º 0.99% 0.43% -
XYZ 6.26 8.09 15.7 -
YUV 64.38 153.18 82.79 -
System Red Green Blue C M Y K H S L
Decimal 1 88 109 0.99 0.19 0 0.57 191.67 0.98 0.22
Hex 1 58 6D 63 13 0 39 C0 62 16
Octal 1 130 155 143 23 0 71 300 142 26
Binary 1 1011000 1101101 1100011 10011 0 111001 11000000 1100010 10110

Color Harmonies of #01586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01586D

Black with #01586D

Text Example


Text Example

White with #01586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01586D; }

 p { color: rgb(1,88,109); }

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

background-color css

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

 a { background-color: rgb(1,88,109); }

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

border-color css

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

 span { border-color: rgb(1,88,109); }

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