Html Css Color HEX #005487 Dark Cerulean

📋 copy color: '#005487'

red 0 ◦ green 84 ◦ blue 135

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

Shades of Dark Cerulean #005487

Tints of Dark Cerulean #005487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.64%

R = 0%
G = 38.36%
B = 61.64%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#005487 (or 0x005487) is known color: Dark Cerulean. HEX triplet: 00, 54 and 87. RGB value is (0,84,135). Sum of RGB (Red+Green+Blue) = 0+84+135=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #005487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005487 is #FFAB78. Grayscale: #404040. Windows color (decimal): -16755577 or 8868864. OLE color: 8868864.

HSL color Cylindrical-coordinate representation of color #005487: hue angle of 202.67º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005487 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 84 135 -
CMYK 1 0.38 0 0.47
HSL 202.67º 1% 0.26% -
HSV(B) 202.67º 1% 0.53% -
XYZ 7.54 8.09 24.09 -
YUV 64.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 0 84 135 1 0.38 0 0.47 202.67 1 0.26
Hex 0 54 87 64 26 0 2F CB 64 1A
Octal 0 124 207 144 46 0 57 313 144 32
Binary 0 1010100 10000111 1100100 100110 0 101111 11001011 1100100 11010

Color Harmonies of #005487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005487

Black with #005487

Text Example


Text Example

White with #005487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005487; }

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

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

background-color css

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

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

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

border-color css

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

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

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