Html Css Color HEX #004082 Dark Cerulean

📋 copy color: '#004082'

red 0 ◦ green 64 ◦ blue 130

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

Shades of Dark Cerulean #004082

Tints of Dark Cerulean #004082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.99%

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

R = 0%
G = 32.99%
B = 67.01%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#004082 (or 0x004082) is known color: Dark Cerulean. HEX triplet: 00, 40 and 82. RGB value is (0,64,130). Sum of RGB (Red+Green+Blue) = 0+64+130=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #004082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004082 is #FFBF7D. Grayscale: #343434. Windows color (decimal): -16760702 or 8536064. OLE color: 8536064.

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

Color convert

RGB 0 64 130 -
CMYK 1 0.51 0 0.49
HSL 210.46º 1% 0.25% -
HSV(B) 210.46º 1% 0.51% -
XYZ 5.86 5.28 21.83 -
YUV 52.39 171.8 90.63 -
System Red Green Blue C M Y K H S L
Decimal 0 64 130 1 0.51 0 0.49 210.46 1 0.25
Hex 0 40 82 64 33 0 31 D2 64 19
Octal 0 100 202 144 63 0 61 322 144 31
Binary 0 1000000 10000010 1100100 110011 0 110001 11010010 1100100 11001

Color Harmonies of #004082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004082

Black with #004082

Text Example


Text Example

White with #004082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004082; }

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

 H1.HeaderClassName
 {
   color: #004082;
 }
 .AnyTagClassName
 {
   color: #004082;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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