Html Css Color HEX #015478 Blue Lagoon

📋 copy color: '#015478'

red 1 ◦ green 84 ◦ blue 120

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

Shades of Blue Lagoon #015478

Tints of Blue Lagoon #015478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

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

R = 0.49%
G = 40.98%
B = 58.54%

CMYK

 C value IS 0.99

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#015478 (or 0x015478) is known color: Blue Lagoon. HEX triplet: 01, 54 and 78. RGB value is (1,84,120). Sum of RGB (Red+Green+Blue) = 1+84+120=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #015478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015478 is #FEAB87. Grayscale: #3F3F3F. Windows color (decimal): -16690056 or 7885825. OLE color: 7885825.

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

Color convert

RGB 1 84 120 -
CMYK 0.99 0.3 0 0.53
HSL 198.15º 0.98% 0.24% -
HSV(B) 198.15º 0.99% 0.47% -
XYZ 6.57 7.7 18.91 -
YUV 63.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 1 84 120 0.99 0.3 0 0.53 198.15 0.98 0.24
Hex 1 54 78 63 1E 0 35 C6 62 18
Octal 1 124 170 143 36 0 65 306 142 30
Binary 1 1010100 1111000 1100011 11110 0 110101 11000110 1100010 11000

Color Harmonies of #015478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015478

Black with #015478

Text Example


Text Example

White with #015478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015478; }

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

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

background-color css

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

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

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

border-color css

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

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

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