#004182

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

Shades of Dark Cerulean #004182

Tints of Dark Cerulean #004182

Color information

#004182 (or 0x004182) is unknown color: approx Dark Cerulean. HEX triplet: 00, 41 and 82. RGB value is (0,65,130). Sum of RGB (Red+Green+Blue) = 0+65+130=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #004182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004182 is #FFBE7D. Grayscale: #343434. Windows color (decimal): -16760446 or 8536320. OLE color: 8536320.

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

Color convert

RGB065130-
CMYK10.5000.49
HSL210º100%25.49%-
HSV(B)210º100%50.98%-
XYZ5.925.3921.85-
YUV52.98171.4790.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06513010.5000.4921010025.49
Hex041826432031d26419
Octal01012021446206132214431
Binary01000001100000101100100110010011000111010010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004182; }

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

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

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

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

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

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

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

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