Html Css Color HEX #013B89 Dark Cerulean

📋 copy color: '#013B89'

red 1 ◦ green 59 ◦ blue 137

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

Shades of Dark Cerulean #013B89

Tints of Dark Cerulean #013B89

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.95%

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

R = 0.51%
G = 29.95%
B = 69.54%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#013B89 (or 0x013B89) is known color: Dark Cerulean. HEX triplet: 01, 3B and 89. RGB value is (1,59,137). Sum of RGB (Red+Green+Blue) = 1+59+137=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #013B89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013B89 is #FEC476. Grayscale: #323232. Windows color (decimal): -16696439 or 8993537. OLE color: 8993537.

HSL color Cylindrical-coordinate representation of color #013B89: hue angle of 214.41º 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 #013B89 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 59 137 -
CMYK 0.99 0.57 0 0.46
HSL 214.41º 0.99% 0.27% -
HSV(B) 214.41º 0.99% 0.54% -
XYZ 6.09 4.94 24.3 -
YUV 50.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 1 59 137 0.99 0.57 0 0.46 214.41 0.99 0.27
Hex 1 3B 89 63 39 0 2E D6 63 1B
Octal 1 73 211 143 71 0 56 326 143 33
Binary 1 111011 10001001 1100011 111001 0 101110 11010110 1100011 11011

Color Harmonies of #013B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B89

Black with #013B89

Text Example


Text Example

White with #013B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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