Html Css Color HEX #015C78 Blue Lagoon

📋 copy color: '#015C78'

red 1 ◦ green 92 ◦ blue 120

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

Shades of Blue Lagoon #015C78

Tints of Blue Lagoon #015C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.19%

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

R = 0.47%
G = 43.19%
B = 56.34%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015C78 (or 0x015C78) is known color: Blue Lagoon. HEX triplet: 01, 5C and 78. RGB value is (1,92,120). Sum of RGB (Red+Green+Blue) = 1+92+120=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #015C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C78 is #FEA387. Grayscale: #434343. Windows color (decimal): -16688008 or 7887873. OLE color: 7887873.

HSL color Cylindrical-coordinate representation of color #015C78: hue angle of 194.12º 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 #015C78 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 92 120 -
CMYK 0.99 0.23 0 0.53
HSL 194.12º 0.98% 0.24% -
HSV(B) 194.12º 0.99% 0.47% -
XYZ 7.23 9.02 19.13 -
YUV 67.98 157.35 80.22 -
System Red Green Blue C M Y K H S L
Decimal 1 92 120 0.99 0.23 0 0.53 194.12 0.98 0.24
Hex 1 5C 78 63 17 0 35 C2 62 18
Octal 1 134 170 143 27 0 65 302 142 30
Binary 1 1011100 1111000 1100011 10111 0 110101 11000010 1100010 11000

Color Harmonies of #015C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C78

Black with #015C78

Text Example


Text Example

White with #015C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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