Html Css Color HEX #003982 Dark Cerulean

📋 copy color: '#003982'

red 0 ◦ green 57 ◦ blue 130

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

Shades of Dark Cerulean #003982

Tints of Dark Cerulean #003982

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.48%

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

R = 0%
G = 30.48%
B = 69.52%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003982 (or 0x003982) is known color: Dark Cerulean. HEX triplet: 00, 39 and 82. RGB value is (0,57,130). Sum of RGB (Red+Green+Blue) = 0+57+130=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #003982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003982 is #FFC67D. Grayscale: #2F2F2F. Windows color (decimal): -16762494 or 8534272. OLE color: 8534272.

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

Color convert

RGB 0 57 130 -
CMYK 1 0.56 0 0.49
HSL 213.69º 1% 0.25% -
HSV(B) 213.69º 1% 0.51% -
XYZ 5.49 4.54 21.71 -
YUV 48.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 0 57 130 1 0.56 0 0.49 213.69 1 0.25
Hex 0 39 82 64 38 0 31 D6 64 19
Octal 0 71 202 144 70 0 61 326 144 31
Binary 0 111001 10000010 1100100 111000 0 110001 11010110 1100100 11001

Color Harmonies of #003982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003982

Black with #003982

Text Example


Text Example

White with #003982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003982; }

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

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

background-color css

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

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

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

border-color css

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

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

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