Html Css Color HEX #015B83 Blue Lagoon

📋 copy color: '#015B83'

red 1 ◦ green 91 ◦ blue 131

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

Shades of Blue Lagoon #015B83

Tints of Blue Lagoon #015B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.81%

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

R = 0.45%
G = 40.81%
B = 58.74%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#015B83 (or 0x015B83) is known color: Blue Lagoon. HEX triplet: 01, 5B and 83. RGB value is (1,91,131). Sum of RGB (Red+Green+Blue) = 1+91+131=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #015B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B83 is #FEA47C. Grayscale: #444444. Windows color (decimal): -16688253 or 8608513. OLE color: 8608513.

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

Color convert

RGB 1 91 131 -
CMYK 0.99 0.31 0 0.49
HSL 198.46º 0.98% 0.26% -
HSV(B) 198.46º 0.99% 0.51% -
XYZ 7.85 9.13 22.82 -
YUV 68.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 1 91 131 0.99 0.31 0 0.49 198.46 0.98 0.26
Hex 1 5B 83 63 1F 0 31 C6 62 1A
Octal 1 133 203 143 37 0 61 306 142 32
Binary 1 1011011 10000011 1100011 11111 0 110001 11000110 1100010 11010

Color Harmonies of #015B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015B83

Black with #015B83

Text Example


Text Example

White with #015B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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