Html Css Color HEX #01587E Blue Lagoon

📋 copy color: '#01587E'

red 1 ◦ green 88 ◦ blue 126

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

Shades of Blue Lagoon #01587E

Tints of Blue Lagoon #01587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 58.6%

R = 0.47%
G = 40.93%
B = 58.6%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#01587E (or 0x01587E) is known color: Blue Lagoon. HEX triplet: 01, 58 and 7E. RGB value is (1,88,126). Sum of RGB (Red+Green+Blue) = 1+88+126=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #01587E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01587E is #FEA781. Grayscale: #424242. Windows color (decimal): -16689026 or 8280065. OLE color: 8280065.

HSL color Cylindrical-coordinate representation of color #01587E: hue angle of 198.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01587E is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 88 126 -
CMYK 0.99 0.30 0 0.51
HSL 198.24º 0.98% 0.25% -
HSV(B) 198.24º 0.99% 0.49% -
XYZ 7.27 8.49 20.99 -
YUV 66.32 161.68 81.41 -
System Red Green Blue C M Y K H S L
Decimal 1 88 126 0.99 0.30 0 0.51 198.24 0.98 0.25
Hex 1 58 7E 63 1E 0 33 C6 62 19
Octal 1 130 176 143 36 0 63 306 142 31
Binary 1 1011000 1111110 1100011 11110 0 110011 11000110 1100010 11001

Color Harmonies of #01587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01587E

Black with #01587E

Text Example


Text Example

White with #01587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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