Html Css Color HEX #003981 Dark Cerulean

📋 copy color: '#003981'

red 0 ◦ green 57 ◦ blue 129

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

Shades of Dark Cerulean #003981

Tints of Dark Cerulean #003981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 69.35%

R = 0%
G = 30.65%
B = 69.35%

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

#003981 (or 0x003981) is known color: Dark Cerulean. HEX triplet: 00, 39 and 81. RGB value is (0,57,129). Sum of RGB (Red+Green+Blue) = 0+57+129=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #003981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003981 is #FFC67E. Grayscale: #2F2F2F. Windows color (decimal): -16762495 or 8468736. OLE color: 8468736.

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

Color convert

RGB 0 57 129 -
CMYK 1 0.56 0 0.49
HSL 213.49º 1% 0.25% -
HSV(B) 213.49º 1% 0.51% -
XYZ 5.43 4.51 21.35 -
YUV 48.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 0 57 129 1 0.56 0 0.49 213.49 1 0.25
Hex 0 39 81 64 38 0 31 D5 64 19
Octal 0 71 201 144 70 0 61 325 144 31
Binary 0 111001 10000001 1100100 111000 0 110001 11010101 1100100 11001

Color Harmonies of #003981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003981

Black with #003981

Text Example


Text Example

White with #003981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003981; }

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

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

background-color css

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

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

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

border-color css

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

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

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