#004481

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

Shades of Dark Cerulean #004481

Tints of Dark Cerulean #004481

Color information

#004481 (or 0x004481) is unknown color: approx Dark Cerulean. HEX triplet: 00, 44 and 81. RGB value is (0,68,129). Sum of RGB (Red+Green+Blue) = 0+68+129=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 129 (50.78% from 255 or 65.48% from 197); Max value from RGB is 129 - color contains mainly: blue. Hex color #004481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004481 is #FFBB7E. Grayscale: #363636. Windows color (decimal): -16759679 or 8471552. OLE color: 8471552.

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

Color convert

RGB068129-
CMYK10.4700.49
HSL208.37º100%25.29%-
HSV(B)208.37º100%50.59%-
XYZ6.035.7221.56-
YUV54.62169.9789.04-

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.52%
BLUE value IS 129 (50.78% from 255) = 65.48%
R=0%
G=34.52%
B=65.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06812910.4700.49208.3710025.29
Hex04481642F031d06419
Octal01042011445706132014431
Binary01000100100000011100100101111011000111010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004481; }

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

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

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

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

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

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

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

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