Html Css Color HEX #013884 Dark Cerulean

📋 copy color: '#013884'

red 1 ◦ green 56 ◦ blue 132

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

Shades of Dark Cerulean #013884

Tints of Dark Cerulean #013884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 69.84%

R = 0.53%
G = 29.63%
B = 69.84%

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

#013884 (or 0x013884) is known color: Dark Cerulean. HEX triplet: 01, 38 and 84. RGB value is (1,56,132). Sum of RGB (Red+Green+Blue) = 1+56+132=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #013884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013884 is #FEC77B. Grayscale: #2F2F2F. Windows color (decimal): -16697212 or 8665089. OLE color: 8665089.

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

Color convert

RGB 1 56 132 -
CMYK 0.99 0.58 0 0.48
HSL 214.81º 0.98% 0.26% -
HSV(B) 214.81º 0.99% 0.52% -
XYZ 5.59 4.5 22.4 -
YUV 48.22 175.28 94.32 -
System Red Green Blue C M Y K H S L
Decimal 1 56 132 0.99 0.58 0 0.48 214.81 0.98 0.26
Hex 1 38 84 63 3A 0 30 D7 62 1A
Octal 1 70 204 143 72 0 60 327 142 32
Binary 1 111000 10000100 1100011 111010 0 110000 11010111 1100010 11010

Color Harmonies of #013884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013884

Black with #013884

Text Example


Text Example

White with #013884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013884; }

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

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

background-color css

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

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

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

border-color css

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

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

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