#004084

Color #004084 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #004084

Tints of Dark Cerulean #004084

Color information

#004084 (or 0x004084) is unknown color: approx Dark Cerulean. HEX triplet: 00, 40 and 84. RGB value is (0,64,132). Sum of RGB (Red+Green+Blue) = 0+64+132=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #004084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004084 is #FFBF7B. Grayscale: #343434. Windows color (decimal): -16760700 or 8667136. OLE color: 8667136.

HSL color Cylindrical-coordinate representation of color #004084: hue angle of 210.91º 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 #004084 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB064132-
CMYK10.5200.48
HSL210.91º100%25.88%-
HSV(B)210.91º100%51.76%-
XYZ65.3322.54-
YUV52.62172.890.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=0%
G=32.65%
B=67.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal06413210.5200.48210.9110025.88
Hex040846434030d3641a
Octal01002041446406032314432
Binary01000000100001001100100110100011000011010011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004084; }

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

 H1.HeaderClassName
 {
   color: #004084;
 }
 .AnyTagClassName
 {
   color: #004084;
 }
</style>
background-color css

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

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

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

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

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

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