Html Css Color HEX #013985 Dark Cerulean

📋 copy color: '#013985'

red 1 ◦ green 57 ◦ blue 133

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

Shades of Dark Cerulean #013985

Tints of Dark Cerulean #013985

RGB

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

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

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

R = 0.52%
G = 29.84%
B = 69.63%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#013985 (or 0x013985) is known color: Dark Cerulean. HEX triplet: 01, 39 and 85. RGB value is (1,57,133). Sum of RGB (Red+Green+Blue) = 1+57+133=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #013985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013985 is #FEC67A. Grayscale: #303030. Windows color (decimal): -16696955 or 8730881. OLE color: 8730881.

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

Color convert

RGB 1 57 133 -
CMYK 0.99 0.57 0 0.48
HSL 214.55º 0.99% 0.26% -
HSV(B) 214.55º 0.99% 0.52% -
XYZ 5.71 4.63 22.78 -
YUV 48.92 175.45 93.82 -
System Red Green Blue C M Y K H S L
Decimal 1 57 133 0.99 0.57 0 0.48 214.55 0.99 0.26
Hex 1 39 85 63 39 0 30 D7 63 1A
Octal 1 71 205 143 71 0 60 327 143 32
Binary 1 111001 10000101 1100011 111001 0 110000 11010111 1100011 11010

Color Harmonies of #013985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013985

Black with #013985

Text Example


Text Example

White with #013985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013985; }

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

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

background-color css

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

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

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

border-color css

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

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

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