Html Css Color HEX #015371 Blue Lagoon

📋 copy color: '#015371'

red 1 ◦ green 83 ◦ blue 113

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

Shades of Blue Lagoon #015371

Tints of Blue Lagoon #015371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.13%

 BLUE value IS 113 (44.53% from 255) = 57.36%

R = 0.51%
G = 42.13%
B = 57.36%

CMYK

 C value IS 0.99

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015371 (or 0x015371) is known color: Blue Lagoon. HEX triplet: 01, 53 and 71. RGB value is (1,83,113). Sum of RGB (Red+Green+Blue) = 1+83+113=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #015371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015371 is #FEAC8E. Grayscale: #3D3D3D. Windows color (decimal): -16690319 or 7426817. OLE color: 7426817.

HSL color Cylindrical-coordinate representation of color #015371: hue angle of 196.07º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015371 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 83 113 -
CMYK 0.99 0.27 0 0.56
HSL 196.07º 0.98% 0.22% -
HSV(B) 196.07º 0.99% 0.44% -
XYZ 6.09 7.39 16.73 -
YUV 61.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 1 83 113 0.99 0.27 0 0.56 196.07 0.98 0.22
Hex 1 53 71 63 1B 0 38 C4 62 16
Octal 1 123 161 143 33 0 70 304 142 26
Binary 1 1010011 1110001 1100011 11011 0 111000 11000100 1100010 10110

Color Harmonies of #015371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015371

Black with #015371

Text Example


Text Example

White with #015371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015371; }

 p { color: rgb(1,83,113); }

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

background-color css

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

 a { background-color: rgb(1,83,113); }

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

border-color css

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

 span { border-color: rgb(1,83,113); }

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