Html Css Color HEX #013987 Dark Cerulean

📋 copy color: '#013987'

red 1 ◦ green 57 ◦ blue 135

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

Shades of Dark Cerulean #013987

Tints of Dark Cerulean #013987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

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

R = 0.52%
G = 29.53%
B = 69.95%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013987 (or 0x013987) is known color: Dark Cerulean. HEX triplet: 01, 39 and 87. RGB value is (1,57,135). Sum of RGB (Red+Green+Blue) = 1+57+135=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #013987 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013987 is #FEC678. Grayscale: #303030. Windows color (decimal): -16696953 or 8861953. OLE color: 8861953.

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

Color convert

RGB 1 57 135 -
CMYK 0.99 0.58 0 0.47
HSL 214.93º 0.99% 0.27% -
HSV(B) 214.93º 0.99% 0.53% -
XYZ 5.85 4.68 23.52 -
YUV 49.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 1 57 135 0.99 0.58 0 0.47 214.93 0.99 0.27
Hex 1 39 87 63 3A 0 2F D7 63 1B
Octal 1 71 207 143 72 0 57 327 143 33
Binary 1 111001 10000111 1100011 111010 0 101111 11010111 1100011 11011

Color Harmonies of #013987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013987

Black with #013987

Text Example


Text Example

White with #013987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013987; }

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

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

background-color css

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

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

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

border-color css

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

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

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