Html Css Color HEX #015373 Blue Lagoon

📋 copy color: '#015373'

red 1 ◦ green 83 ◦ blue 115

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

Shades of Blue Lagoon #015373

Tints of Blue Lagoon #015373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 0.5%
G = 41.71%
B = 57.79%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015373 (or 0x015373) is known color: Blue Lagoon. HEX triplet: 01, 53 and 73. RGB value is (1,83,115). Sum of RGB (Red+Green+Blue) = 1+83+115=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #015373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015373 is #FEAC8C. Grayscale: #3D3D3D. Windows color (decimal): -16690317 or 7557889. OLE color: 7557889.

HSL color Cylindrical-coordinate representation of color #015373: hue angle of 196.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015373 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 83 115 -
CMYK 0.99 0.28 0 0.55
HSL 196.84º 0.98% 0.23% -
HSV(B) 196.84º 0.99% 0.45% -
XYZ 6.2 7.43 17.33 -
YUV 62.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 1 83 115 0.99 0.28 0 0.55 196.84 0.98 0.23
Hex 1 53 73 63 1C 0 37 C5 62 17
Octal 1 123 163 143 34 0 67 305 142 27
Binary 1 1010011 1110011 1100011 11100 0 110111 11000101 1100010 10111

Color Harmonies of #015373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015373

Black with #015373

Text Example


Text Example

White with #015373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015373; }

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

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

background-color css

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

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

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

border-color css

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

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

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