Html Css Color HEX #015470 Blue Lagoon

📋 copy color: '#015470'

red 1 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #015470

Tints of Blue Lagoon #015470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.85%

R = 0.51%
G = 42.64%
B = 56.85%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015470 (or 0x015470) is known color: Blue Lagoon. HEX triplet: 01, 54 and 70. RGB value is (1,84,112). Sum of RGB (Red+Green+Blue) = 1+84+112=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #015470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015470 is #FEAB8F. Grayscale: #3E3E3E. Windows color (decimal): -16690064 or 7361537. OLE color: 7361537.

HSL color Cylindrical-coordinate representation of color #015470: hue angle of 195.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015470 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 84 112 -
CMYK 0.99 0.25 0 0.56
HSL 195.14º 0.98% 0.22% -
HSV(B) 195.14º 0.99% 0.44% -
XYZ 6.11 7.52 16.46 -
YUV 62.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 1 84 112 0.99 0.25 0 0.56 195.14 0.98 0.22
Hex 1 54 70 63 19 0 38 C3 62 16
Octal 1 124 160 143 31 0 70 303 142 26
Binary 1 1010100 1110000 1100011 11001 0 111000 11000011 1100010 10110

Color Harmonies of #015470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015470

Black with #015470

Text Example


Text Example

White with #015470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015470; }

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

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

background-color css

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

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

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

border-color css

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

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

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