Html Css Color HEX #004782 Dark Cerulean

📋 copy color: '#004782'

red 0 ◦ green 71 ◦ blue 130

#004782
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #004782

Tints of Dark Cerulean #004782

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 71 (28.13% from 255) = 35.32%

 BLUE value IS 130 (51.17% from 255) = 64.68%

R = 0%
G = 35.32%
B = 64.68%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004782 (or 0x004782) is known color: 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

RGB 0 71 130 -
CMYK 1 0.45 0 0.49
HSL 207.23º 1% 0.25% -
HSV(B) 207.23º 1% 0.51% -
XYZ 6.28 6.12 21.97 -
YUV 56.5 169.48 87.7 -
System Red Green Blue C M Y K H S L
Decimal 0 71 130 1 0.45 0 0.49 207.23 1 0.25
Hex 0 47 82 64 2D 0 31 CF 64 19
Octal 0 107 202 144 55 0 61 317 144 31
Binary 0 1000111 10000010 1100100 101101 0 110001 11001111 1100100 11001

Color Harmonies of #004782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004782

Black with #004782

Text Example


Text Example

White with #004782

Text Example


Text Example

HTML Codes & Css Web 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>