Html Css Color HEX #005470 Blue Lagoon

📋 copy color: '#005470'

red 0 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #005470

Tints of Blue Lagoon #005470

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#005470 (or 0x005470) is known color: Blue Lagoon. HEX triplet: 00, 54 and 70. RGB value is (0,84,112). Sum of RGB (Red+Green+Blue) = 0+84+112=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #005470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005470 is #FFAB8F. Grayscale: #3D3D3D. Windows color (decimal): -16755600 or 7361536. OLE color: 7361536.

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

Color convert

RGB 0 84 112 -
CMYK 1 0.25 0 0.56
HSL 195º 1% 0.22% -
HSV(B) 195º 1% 0.44% -
XYZ 6.09 7.51 16.46 -
YUV 62.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 0 84 112 1 0.25 0 0.56 195 1 0.22
Hex 0 54 70 64 19 0 38 C3 64 16
Octal 0 124 160 144 31 0 70 303 144 26
Binary 0 1010100 1110000 1100100 11001 0 111000 11000011 1100100 10110

Color Harmonies of #005470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005470

Black with #005470

Text Example


Text Example

White with #005470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005470; }

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

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

background-color css

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

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

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

border-color css

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

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

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