#004484

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

Shades of Dark Cerulean #004484

Tints of Dark Cerulean #004484

Color information

#004484 (or 0x004484) is unknown color: approx Dark Cerulean. HEX triplet: 00, 44 and 84. RGB value is (0,68,132). Sum of RGB (Red+Green+Blue) = 0+68+132=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 132 (51.95% from 255 or 66% from 200); Max value from RGB is 132 - color contains mainly: blue. Hex color #004484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004484 is #FFBB7B. Grayscale: #363636. Windows color (decimal): -16759676 or 8668160. OLE color: 8668160.

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

Color convert

RGB068132-
CMYK10.4800.48
HSL209.09º100%25.88%-
HSV(B)209.09º100%51.76%-
XYZ6.235.822.62-
YUV54.96171.4788.8-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 34%
BLUE value IS 132 (51.95% from 255) = 66%
R=0%
G=34%
B=66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal06813210.4800.48209.0910025.88
Hex044846430030d1641a
Octal01042041446006032114432
Binary01000100100001001100100110000011000011010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004484; }

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

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

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

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

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

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

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

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