Html Css Color HEX #015376 Blue Lagoon

📋 copy color: '#015376'

red 1 ◦ green 83 ◦ blue 118

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

Shades of Blue Lagoon #015376

Tints of Blue Lagoon #015376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.42%

R = 0.5%
G = 41.09%
B = 58.42%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015376 (or 0x015376) is known color: Blue Lagoon. HEX triplet: 01, 53 and 76. RGB value is (1,83,118). Sum of RGB (Red+Green+Blue) = 1+83+118=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #015376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015376 is #FEAC89. Grayscale: #3E3E3E. Windows color (decimal): -16690314 or 7754497. OLE color: 7754497.

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

Color convert

RGB 1 83 118 -
CMYK 0.99 0.30 0 0.54
HSL 197.95º 0.98% 0.23% -
HSV(B) 197.95º 0.99% 0.46% -
XYZ 6.38 7.5 18.25 -
YUV 62.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 1 83 118 0.99 0.30 0 0.54 197.95 0.98 0.23
Hex 1 53 76 63 1E 0 36 C6 62 17
Octal 1 123 166 143 36 0 66 306 142 27
Binary 1 1010011 1110110 1100011 11110 0 110110 11000110 1100010 10111

Color Harmonies of #015376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015376

Black with #015376

Text Example


Text Example

White with #015376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015376; }

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

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

background-color css

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

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

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

border-color css

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

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

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