Html Css Color HEX #013781 Dark Cerulean

📋 copy color: '#013781'

red 1 ◦ green 55 ◦ blue 129

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

Shades of Dark Cerulean #013781

Tints of Dark Cerulean #013781

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

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

R = 0.54%
G = 29.73%
B = 69.73%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013781 (or 0x013781) is known color: Dark Cerulean. HEX triplet: 01, 37 and 81. RGB value is (1,55,129). Sum of RGB (Red+Green+Blue) = 1+55+129=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 55 (21.88% from 255 or 29.73% 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 #013781 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013781 is #FEC87E. Grayscale: #2E2E2E. Windows color (decimal): -16697471 or 8468225. OLE color: 8468225.

HSL color Cylindrical-coordinate representation of color #013781: hue angle of 214.69º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013781 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 55 129 -
CMYK 0.99 0.57 0 0.49
HSL 214.69º 0.98% 0.25% -
HSV(B) 214.69º 0.99% 0.51% -
XYZ 5.34 4.32 21.32 -
YUV 47.29 174.11 94.98 -
System Red Green Blue C M Y K H S L
Decimal 1 55 129 0.99 0.57 0 0.49 214.69 0.98 0.25
Hex 1 37 81 63 39 0 31 D7 62 19
Octal 1 67 201 143 71 0 61 327 142 31
Binary 1 110111 10000001 1100011 111001 0 110001 11010111 1100010 11001

Color Harmonies of #013781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013781

Black with #013781

Text Example


Text Example

White with #013781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013781; }

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

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

background-color css

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

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

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

border-color css

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

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

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