Html Css Color HEX #005484 Dark Cerulean

📋 copy color: '#005484'

red 0 ◦ green 84 ◦ blue 132

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

Shades of Dark Cerulean #005484

Tints of Dark Cerulean #005484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 61.11%

R = 0%
G = 38.89%
B = 61.11%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#005484 (or 0x005484) is known color: Dark Cerulean. HEX triplet: 00, 54 and 84. RGB value is (0,84,132). Sum of RGB (Red+Green+Blue) = 0+84+132=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #005484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005484 is #FFAB7B. Grayscale: #404040. Windows color (decimal): -16755580 or 8672256. OLE color: 8672256.

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

Color convert

RGB 0 84 132 -
CMYK 1 0.36 0 0.48
HSL 201.82º 1% 0.26% -
HSV(B) 201.82º 1% 0.52% -
XYZ 7.34 8.01 22.99 -
YUV 64.36 166.17 82.1 -
System Red Green Blue C M Y K H S L
Decimal 0 84 132 1 0.36 0 0.48 201.82 1 0.26
Hex 0 54 84 64 24 0 30 CA 64 1A
Octal 0 124 204 144 44 0 60 312 144 32
Binary 0 1010100 10000100 1100100 100100 0 110000 11001010 1100100 11010

Color Harmonies of #005484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005484

Black with #005484

Text Example


Text Example

White with #005484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005484; }

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

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

background-color css

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

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

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

border-color css

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

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

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