Html Css Color HEX #013C89 Dark Cerulean

📋 copy color: '#013C89'

red 1 ◦ green 60 ◦ blue 137

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

Shades of Dark Cerulean #013C89

Tints of Dark Cerulean #013C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

 BLUE value IS 137 (53.91% from 255) = 69.19%

R = 0.51%
G = 30.3%
B = 69.19%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#013C89 (or 0x013C89) is known color: Dark Cerulean. HEX triplet: 01, 3C and 89. RGB value is (1,60,137). Sum of RGB (Red+Green+Blue) = 1+60+137=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #013C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013C89 is #FEC376. Grayscale: #323232. Windows color (decimal): -16696183 or 8993793. OLE color: 8993793.

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

Color convert

RGB 1 60 137 -
CMYK 0.99 0.56 0 0.46
HSL 213.97º 0.99% 0.27% -
HSV(B) 213.97º 0.99% 0.54% -
XYZ 6.14 5.04 24.32 -
YUV 51.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 1 60 137 0.99 0.56 0 0.46 213.97 0.99 0.27
Hex 1 3C 89 63 38 0 2E D6 63 1B
Octal 1 74 211 143 70 0 56 326 143 33
Binary 1 111100 10001001 1100011 111000 0 101110 11010110 1100011 11011

Color Harmonies of #013C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C89

Black with #013C89

Text Example


Text Example

White with #013C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,137); }

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

background-color css

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

 a { background-color: rgb(1,60,137); }

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

border-color css

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

 span { border-color: rgb(1,60,137); }

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