Html Css Color HEX #013785 Dark Cerulean

📋 copy color: '#013785'

red 1 ◦ green 55 ◦ blue 133

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

Shades of Dark Cerulean #013785

Tints of Dark Cerulean #013785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 133 (52.34% from 255) = 70.37%

R = 0.53%
G = 29.1%
B = 70.37%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013785 (or 0x013785) is known color: Dark Cerulean. HEX triplet: 01, 37 and 85. RGB value is (1,55,133). Sum of RGB (Red+Green+Blue) = 1+55+133=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #013785 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013785 is #FEC87A. Grayscale: #2F2F2F. Windows color (decimal): -16697467 or 8730369. OLE color: 8730369.

HSL color Cylindrical-coordinate representation of color #013785: hue angle of 215.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013785 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 55 133 -
CMYK 0.99 0.59 0 0.48
HSL 215.45º 0.99% 0.26% -
HSV(B) 215.45º 0.99% 0.52% -
XYZ 5.61 4.43 22.75 -
YUV 47.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 1 55 133 0.99 0.59 0 0.48 215.45 0.99 0.26
Hex 1 37 85 63 3B 0 30 D7 63 1A
Octal 1 67 205 143 73 0 60 327 143 32
Binary 1 110111 10000101 1100011 111011 0 110000 11010111 1100011 11010

Color Harmonies of #013785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013785

Black with #013785

Text Example


Text Example

White with #013785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013785; }

 p { color: rgb(1,55,133); }

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

background-color css

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

 a { background-color: rgb(1,55,133); }

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

border-color css

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

 span { border-color: rgb(1,55,133); }

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