Html Css Color HEX #003781 Dark Cerulean

📋 copy color: '#003781'

red 0 ◦ green 55 ◦ blue 129

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

Shades of Dark Cerulean #003781

Tints of Dark Cerulean #003781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

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

R = 0%
G = 29.89%
B = 70.11%

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

#003781 (or 0x003781) is known color: Dark Cerulean. HEX triplet: 00, 37 and 81. RGB value is (0,55,129). Sum of RGB (Red+Green+Blue) = 0+55+129=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 129 (50.78% from 255 or 70.11% from 184); Max value from RGB is 129 - color contains mainly: blue. Hex color #003781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003781 is #FFC87E. Grayscale: #2E2E2E. Windows color (decimal): -16763007 or 8468224. OLE color: 8468224.

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

Color convert

RGB 0 55 129 -
CMYK 1 0.57 0 0.49
HSL 214.42º 1% 0.25% -
HSV(B) 214.42º 1% 0.51% -
XYZ 5.33 4.32 21.32 -
YUV 46.99 174.28 94.48 -
System Red Green Blue C M Y K H S L
Decimal 0 55 129 1 0.57 0 0.49 214.42 1 0.25
Hex 0 37 81 64 39 0 31 D6 64 19
Octal 0 67 201 144 71 0 61 326 144 31
Binary 0 110111 10000001 1100100 111001 0 110001 11010110 1100100 11001

Color Harmonies of #003781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003781

Black with #003781

Text Example


Text Example

White with #003781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003781; }

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

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

background-color css

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

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

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

border-color css

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

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

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