#004281

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

Shades of Dark Cerulean #004281

Tints of Dark Cerulean #004281

Color information

#004281 (or 0x004281) is unknown color: approx Dark Cerulean. HEX triplet: 00, 42 and 81. RGB value is (0,66,129). Sum of RGB (Red+Green+Blue) = 0+66+129=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #004281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004281 is #FFBD7E. Grayscale: #353535. Windows color (decimal): -16760191 or 8471040. OLE color: 8471040.

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

Color convert

RGB066129-
CMYK10.4900.49
HSL209.3º100%25.29%-
HSV(B)209.3º100%50.59%-
XYZ5.915.4821.52-
YUV53.45170.6389.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 129 (50.78% from 255) = 66.15%
R=0%
G=33.85%
B=66.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06612910.4900.49209.310025.29
Hex042816431031d16419
Octal01022011446106132114431
Binary01000010100000011100100110001011000111010001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004281; }

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

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

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

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

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

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

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

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