Html Css Color HEX #015375 Blue Lagoon

📋 copy color: '#015375'

red 1 ◦ green 83 ◦ blue 117

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

Shades of Blue Lagoon #015375

Tints of Blue Lagoon #015375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.21%

R = 0.5%
G = 41.29%
B = 58.21%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015375 (or 0x015375) is known color: Blue Lagoon. HEX triplet: 01, 53 and 75. RGB value is (1,83,117). Sum of RGB (Red+Green+Blue) = 1+83+117=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #015375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015375 is #FEAC8A. Grayscale: #3E3E3E. Windows color (decimal): -16690315 or 7688961. OLE color: 7688961.

HSL color Cylindrical-coordinate representation of color #015375: hue angle of 197.59º 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 #015375 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 83 117 -
CMYK 0.99 0.29 0 0.54
HSL 197.59º 0.98% 0.23% -
HSV(B) 197.59º 0.99% 0.46% -
XYZ 6.32 7.48 17.94 -
YUV 62.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 1 83 117 0.99 0.29 0 0.54 197.59 0.98 0.23
Hex 1 53 75 63 1D 0 36 C6 62 17
Octal 1 123 165 143 35 0 66 306 142 27
Binary 1 1010011 1110101 1100011 11101 0 110110 11000110 1100010 10111

Color Harmonies of #015375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015375

Black with #015375

Text Example


Text Example

White with #015375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015375; }

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

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

background-color css

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

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

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

border-color css

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

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

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