Html Css Color HEX #013885 Dark Cerulean

📋 copy color: '#013885'

red 1 ◦ green 56 ◦ blue 133

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

Shades of Dark Cerulean #013885

Tints of Dark Cerulean #013885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

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

R = 0.53%
G = 29.47%
B = 70%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013885 (or 0x013885) is known color: Dark Cerulean. HEX triplet: 01, 38 and 85. RGB value is (1,56,133). Sum of RGB (Red+Green+Blue) = 1+56+133=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #013885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013885 is #FEC77A. Grayscale: #2F2F2F. Windows color (decimal): -16697211 or 8730625. OLE color: 8730625.

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

Color convert

RGB 1 56 133 -
CMYK 0.99 0.58 0 0.48
HSL 215º 0.99% 0.26% -
HSV(B) 215º 0.99% 0.52% -
XYZ 5.66 4.53 22.77 -
YUV 48.33 175.78 94.24 -
System Red Green Blue C M Y K H S L
Decimal 1 56 133 0.99 0.58 0 0.48 215 0.99 0.26
Hex 1 38 85 63 3A 0 30 D7 63 1A
Octal 1 70 205 143 72 0 60 327 143 32
Binary 1 111000 10000101 1100011 111010 0 110000 11010111 1100011 11010

Color Harmonies of #013885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013885

Black with #013885

Text Example


Text Example

White with #013885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013885; }

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

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

background-color css

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

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

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

border-color css

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

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

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