Html Css Color HEX #01587A Blue Lagoon

📋 copy color: '#01587A'

red 1 ◦ green 88 ◦ blue 122

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

Shades of Blue Lagoon #01587A

Tints of Blue Lagoon #01587A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 57.82%

R = 0.47%
G = 41.71%
B = 57.82%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#01587A (or 0x01587A) is known color: Blue Lagoon. HEX triplet: 01, 58 and 7A. RGB value is (1,88,122). Sum of RGB (Red+Green+Blue) = 1+88+122=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #01587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01587A is #FEA785. Grayscale: #414141. Windows color (decimal): -16689030 or 8017921. OLE color: 8017921.

HSL color Cylindrical-coordinate representation of color #01587A: hue angle of 196.86º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01587A is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 88 122 -
CMYK 0.99 0.28 0 0.52
HSL 196.86º 0.98% 0.24% -
HSV(B) 196.86º 0.99% 0.48% -
XYZ 7.02 8.39 19.66 -
YUV 65.86 159.68 81.74 -
System Red Green Blue C M Y K H S L
Decimal 1 88 122 0.99 0.28 0 0.52 196.86 0.98 0.24
Hex 1 58 7A 63 1C 0 34 C5 62 18
Octal 1 130 172 143 34 0 64 305 142 30
Binary 1 1011000 1111010 1100011 11100 0 110100 11000101 1100010 11000

Color Harmonies of #01587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01587A

Black with #01587A

Text Example


Text Example

White with #01587A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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