#004282

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

Shades of Dark Cerulean #004282

Tints of Dark Cerulean #004282

Color information

#004282 (or 0x004282) is unknown color: approx Dark Cerulean. HEX triplet: 00, 42 and 82. RGB value is (0,66,130). Sum of RGB (Red+Green+Blue) = 0+66+130=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #004282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004282 is #FFBD7D. Grayscale: #353535. Windows color (decimal): -16760190 or 8536576. OLE color: 8536576.

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

Color convert

RGB066130-
CMYK10.4900.49
HSL209.54º100%25.49%-
HSV(B)209.54º100%50.98%-
XYZ5.985.5121.87-
YUV53.56171.1389.8-

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.67%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=0%
G=33.67%
B=66.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06613010.4900.49209.5410025.49
Hex042826431031d26419
Octal01022021446106132214431
Binary01000010100000101100100110001011000111010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004282; }

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

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

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

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

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

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

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

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