Html Css Color HEX #015E78 Blue Lagoon

📋 copy color: '#015E78'

red 1 ◦ green 94 ◦ blue 120

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

Shades of Blue Lagoon #015E78

Tints of Blue Lagoon #015E78

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.72%

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 0.47%
G = 43.72%
B = 55.81%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015E78 (or 0x015E78) is known color: Blue Lagoon. HEX triplet: 01, 5E and 78. RGB value is (1,94,120). Sum of RGB (Red+Green+Blue) = 1+94+120=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #015E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E78 is #FEA187. Grayscale: #444444. Windows color (decimal): -16687496 or 7888385. OLE color: 7888385.

HSL color Cylindrical-coordinate representation of color #015E78: hue angle of 193.11º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E78 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 94 120 -
CMYK 0.99 0.22 0 0.53
HSL 193.11º 0.98% 0.24% -
HSV(B) 193.11º 0.99% 0.47% -
XYZ 7.41 9.37 19.19 -
YUV 69.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 1 94 120 0.99 0.22 0 0.53 193.11 0.98 0.24
Hex 1 5E 78 63 16 0 35 C1 62 18
Octal 1 136 170 143 26 0 65 301 142 30
Binary 1 1011110 1111000 1100011 10110 0 110101 11000001 1100010 11000

Color Harmonies of #015E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E78

Black with #015E78

Text Example


Text Example

White with #015E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,120); }

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

background-color css

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

 a { background-color: rgb(1,94,120); }

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

border-color css

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

 span { border-color: rgb(1,94,120); }

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