Html Css Color HEX #013D87 Dark Cerulean

📋 copy color: '#013D87'

red 1 ◦ green 61 ◦ blue 135

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

Shades of Dark Cerulean #013D87

Tints of Dark Cerulean #013D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 135 (53.13% from 255) = 68.53%

R = 0.51%
G = 30.96%
B = 68.53%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013D87 (or 0x013D87) is known color: Dark Cerulean. HEX triplet: 01, 3D and 87. RGB value is (1,61,135). Sum of RGB (Red+Green+Blue) = 1+61+135=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #013D87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013D87 is #FEC278. Grayscale: #333333. Windows color (decimal): -16695929 or 8862977. OLE color: 8862977.

HSL color Cylindrical-coordinate representation of color #013D87: hue angle of 213.13º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013D87 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 61 135 -
CMYK 0.99 0.55 0 0.47
HSL 213.13º 0.99% 0.27% -
HSV(B) 213.13º 0.99% 0.53% -
XYZ 6.05 5.09 23.59 -
YUV 51.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 1 61 135 0.99 0.55 0 0.47 213.13 0.99 0.27
Hex 1 3D 87 63 37 0 2F D5 63 1B
Octal 1 75 207 143 67 0 57 325 143 33
Binary 1 111101 10000111 1100011 110111 0 101111 11010101 1100011 11011

Color Harmonies of #013D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D87

Black with #013D87

Text Example


Text Example

White with #013D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013D87; }

 p { color: rgb(1,61,135); }

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

background-color css

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

 a { background-color: rgb(1,61,135); }

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

border-color css

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

 span { border-color: rgb(1,61,135); }

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