Html Css Color HEX #015F88 Blue Lagoon

📋 copy color: '#015F88'

red 1 ◦ green 95 ◦ blue 136

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

Shades of Blue Lagoon #015F88

Tints of Blue Lagoon #015F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.95%

 BLUE value IS 136 (53.52% from 255) = 58.62%

R = 0.43%
G = 40.95%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015F88 (or 0x015F88) is known color: Blue Lagoon. HEX triplet: 01, 5F and 88. RGB value is (1,95,136). Sum of RGB (Red+Green+Blue) = 1+95+136=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #015F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F88 is #FEA077. Grayscale: #474747. Windows color (decimal): -16687224 or 8937217. OLE color: 8937217.

HSL color Cylindrical-coordinate representation of color #015F88: hue angle of 198.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F88 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 95 136 -
CMYK 0.99 0.30 0 0.47
HSL 198.22º 0.99% 0.27% -
HSV(B) 198.22º 0.99% 0.53% -
XYZ 8.55 9.97 24.77 -
YUV 71.57 164.36 77.67 -
System Red Green Blue C M Y K H S L
Decimal 1 95 136 0.99 0.30 0 0.47 198.22 0.99 0.27
Hex 1 5F 88 63 1E 0 2F C6 63 1B
Octal 1 137 210 143 36 0 57 306 143 33
Binary 1 1011111 10001000 1100011 11110 0 101111 11000110 1100011 11011

Color Harmonies of #015F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F88

Black with #015F88

Text Example


Text Example

White with #015F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F88; }

 p { color: rgb(1,95,136); }

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

background-color css

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

 a { background-color: rgb(1,95,136); }

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

border-color css

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

 span { border-color: rgb(1,95,136); }

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