Html Css Color HEX #013581 Dark Cerulean

📋 copy color: '#013581'

red 1 ◦ green 53 ◦ blue 129

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

Shades of Dark Cerulean #013581

Tints of Dark Cerulean #013581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 0.55%
G = 28.96%
B = 70.49%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#013581 (or 0x013581) is known color: Dark Cerulean. HEX triplet: 01, 35 and 81. RGB value is (1,53,129). Sum of RGB (Red+Green+Blue) = 1+53+129=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #013581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013581 is #FECA7E. Grayscale: #2D2D2D. Windows color (decimal): -16697983 or 8467713. OLE color: 8467713.

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

Color convert

RGB 1 53 129 -
CMYK 0.99 0.59 0 0.49
HSL 215.63º 0.98% 0.25% -
HSV(B) 215.63º 0.99% 0.51% -
XYZ 5.25 4.14 21.29 -
YUV 46.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 1 53 129 0.99 0.59 0 0.49 215.63 0.98 0.25
Hex 1 35 81 63 3B 0 31 D8 62 19
Octal 1 65 201 143 73 0 61 330 142 31
Binary 1 110101 10000001 1100011 111011 0 110001 11011000 1100010 11001

Color Harmonies of #013581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013581

Black with #013581

Text Example


Text Example

White with #013581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013581; }

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

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

background-color css

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

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

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

border-color css

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

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

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