#004782

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

Shades of Dark Cerulean #004782

Tints of Dark Cerulean #004782

Color information

#004782 (or 0x004782) is unknown color: approx Dark Cerulean. HEX triplet: 00, 47 and 82. RGB value is (0,71,130). Sum of RGB (Red+Green+Blue) = 0+71+130=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #004782 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004782 is #FFB87D. Grayscale: #383838. Windows color (decimal): -16758910 or 8537856. OLE color: 8537856.

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

Color convert

RGB071130-
CMYK10.4500.49
HSL207.23º100%25.49%-
HSV(B)207.23º100%50.98%-
XYZ6.286.1221.97-
YUV56.5169.4887.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 130 (51.17% from 255) = 64.68%
R=0%
G=35.32%
B=64.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal07113010.4500.49207.2310025.49
Hex04782642D031cf6419
Octal01072021445506131714431
Binary01000111100000101100100101101011000111001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004782; }

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

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

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

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

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

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

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

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