Html Css Color HEX #015E88 Blue Lagoon

📋 copy color: '#015E88'

red 1 ◦ green 94 ◦ blue 136

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

Shades of Blue Lagoon #015E88

Tints of Blue Lagoon #015E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.69%

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

R = 0.43%
G = 40.69%
B = 58.87%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#015E88 (or 0x015E88) is known color: Blue Lagoon. HEX triplet: 01, 5E and 88. RGB value is (1,94,136). Sum of RGB (Red+Green+Blue) = 1+94+136=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #015E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E88 is #FEA177. Grayscale: #464646. Windows color (decimal): -16687480 or 8936961. OLE color: 8936961.

HSL color Cylindrical-coordinate representation of color #015E88: hue angle of 198.67º 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 #015E88 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 94 136 -
CMYK 0.99 0.31 0 0.47
HSL 198.67º 0.99% 0.27% -
HSV(B) 198.67º 0.99% 0.53% -
XYZ 8.46 9.79 24.74 -
YUV 70.98 164.69 78.08 -
System Red Green Blue C M Y K H S L
Decimal 1 94 136 0.99 0.31 0 0.47 198.67 0.99 0.27
Hex 1 5E 88 63 1F 0 2F C7 63 1B
Octal 1 136 210 143 37 0 57 307 143 33
Binary 1 1011110 10001000 1100011 11111 0 101111 11000111 1100011 11011

Color Harmonies of #015E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E88

Black with #015E88

Text Example


Text Example

White with #015E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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