Html Css Color HEX #015F83 Blue Lagoon

📋 copy color: '#015F83'

red 1 ◦ green 95 ◦ blue 131

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

Shades of Blue Lagoon #015F83

Tints of Blue Lagoon #015F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 57.71%

R = 0.44%
G = 41.85%
B = 57.71%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015F83 (or 0x015F83) is known color: Blue Lagoon. HEX triplet: 01, 5F and 83. RGB value is (1,95,131). Sum of RGB (Red+Green+Blue) = 1+95+131=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #015F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F83 is #FEA07C. Grayscale: #464646. Windows color (decimal): -16687229 or 8609537. OLE color: 8609537.

HSL color Cylindrical-coordinate representation of color #015F83: hue angle of 196.62º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F83 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 95 131 -
CMYK 0.99 0.27 0 0.49
HSL 196.62º 0.98% 0.26% -
HSV(B) 196.62º 0.99% 0.51% -
XYZ 8.2 9.83 22.94 -
YUV 71 161.86 78.07 -
System Red Green Blue C M Y K H S L
Decimal 1 95 131 0.99 0.27 0 0.49 196.62 0.98 0.26
Hex 1 5F 83 63 1B 0 31 C5 62 1A
Octal 1 137 203 143 33 0 61 305 142 32
Binary 1 1011111 10000011 1100011 11011 0 110001 11000101 1100010 11010

Color Harmonies of #015F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F83

Black with #015F83

Text Example


Text Example

White with #015F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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