Html Css Color HEX #005463 Blue Lagoon

📋 copy color: '#005463'

red 0 ◦ green 84 ◦ blue 99

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

Shades of Blue Lagoon #005463

Tints of Blue Lagoon #005463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.1%

R = 0%
G = 45.9%
B = 54.1%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#005463 (or 0x005463) is known color: Blue Lagoon. HEX triplet: 00, 54 and 63. RGB value is (0,84,99). Sum of RGB (Red+Green+Blue) = 0+84+99=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #005463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005463 is #FFAB9C. Grayscale: #3C3C3C. Windows color (decimal): -16755613 or 6509568. OLE color: 6509568.

HSL color Cylindrical-coordinate representation of color #005463: hue angle of 189.09º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005463 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 0 84 99 -
CMYK 1 0.15 0 0.61
HSL 189.09º 1% 0.19% -
HSV(B) 189.09º 1% 0.39% -
XYZ 5.42 7.24 12.92 -
YUV 60.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 0 84 99 1 0.15 0 0.61 189.09 1 0.19
Hex 0 54 63 64 F 0 3D BD 64 13
Octal 0 124 143 144 17 0 75 275 144 23
Binary 0 1010100 1100011 1100100 1111 0 111101 10111101 1100100 10011

Color Harmonies of #005463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005463

Black with #005463

Text Example


Text Example

White with #005463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005463; }

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

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

background-color css

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

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

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

border-color css

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

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

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