Html Css Color HEX #003881 Dark Cerulean

📋 copy color: '#003881'

red 0 ◦ green 56 ◦ blue 129

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

Shades of Dark Cerulean #003881

Tints of Dark Cerulean #003881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 0%
G = 30.27%
B = 69.73%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#003881 (or 0x003881) is known color: Dark Cerulean. HEX triplet: 00, 38 and 81. RGB value is (0,56,129). Sum of RGB (Red+Green+Blue) = 0+56+129=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #003881 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003881 is #FFC77E. Grayscale: #2F2F2F. Windows color (decimal): -16762751 or 8468480. OLE color: 8468480.

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

Color convert

RGB 0 56 129 -
CMYK 1 0.57 0 0.49
HSL 213.95º 1% 0.25% -
HSV(B) 213.95º 1% 0.51% -
XYZ 5.38 4.41 21.34 -
YUV 47.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 0 56 129 1 0.57 0 0.49 213.95 1 0.25
Hex 0 38 81 64 39 0 31 D6 64 19
Octal 0 70 201 144 71 0 61 326 144 31
Binary 0 111000 10000001 1100100 111001 0 110001 11010110 1100100 11001

Color Harmonies of #003881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003881

Black with #003881

Text Example


Text Example

White with #003881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003881; }

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

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

background-color css

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

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

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

border-color css

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

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

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