Html Css Color HEX #01587F Blue Lagoon

📋 copy color: '#01587F'

red 1 ◦ green 88 ◦ blue 127

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

Shades of Blue Lagoon #01587F

Tints of Blue Lagoon #01587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.8%

R = 0.46%
G = 40.74%
B = 58.8%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#01587F (or 0x01587F) is known color: Blue Lagoon. HEX triplet: 01, 58 and 7F. RGB value is (1,88,127). Sum of RGB (Red+Green+Blue) = 1+88+127=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #01587F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01587F is #FEA780. Grayscale: #424242. Windows color (decimal): -16689025 or 8345601. OLE color: 8345601.

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

Color convert

RGB 1 88 127 -
CMYK 0.99 0.31 0 0.50
HSL 198.57º 0.98% 0.25% -
HSV(B) 198.57º 0.99% 0.5% -
XYZ 7.33 8.52 21.34 -
YUV 66.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 1 88 127 0.99 0.31 0 0.50 198.57 0.98 0.25
Hex 1 58 7F 63 1F 0 32 C7 62 19
Octal 1 130 177 143 37 0 62 307 142 31
Binary 1 1011000 1111111 1100011 11111 0 110010 11000111 1100010 11001

Color Harmonies of #01587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01587F

Black with #01587F

Text Example


Text Example

White with #01587F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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