Html Css Color HEX #015F89 Blue Lagoon

📋 copy color: '#015F89'

red 1 ◦ green 95 ◦ blue 137

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

Shades of Blue Lagoon #015F89

Tints of Blue Lagoon #015F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.8%

R = 0.43%
G = 40.77%
B = 58.8%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#015F89 (or 0x015F89) is known color: Blue Lagoon. HEX triplet: 01, 5F and 89. RGB value is (1,95,137). Sum of RGB (Red+Green+Blue) = 1+95+137=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #015F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F89 is #FEA076. Grayscale: #474747. Windows color (decimal): -16687223 or 9002753. OLE color: 9002753.

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

Color convert

RGB 1 95 137 -
CMYK 0.99 0.31 0 0.46
HSL 198.53º 0.99% 0.27% -
HSV(B) 198.53º 0.99% 0.54% -
XYZ 8.62 10 25.14 -
YUV 71.68 164.86 77.58 -
System Red Green Blue C M Y K H S L
Decimal 1 95 137 0.99 0.31 0 0.46 198.53 0.99 0.27
Hex 1 5F 89 63 1F 0 2E C7 63 1B
Octal 1 137 211 143 37 0 56 307 143 33
Binary 1 1011111 10001001 1100011 11111 0 101110 11000111 1100011 11011

Color Harmonies of #015F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F89

Black with #015F89

Text Example


Text Example

White with #015F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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