Html Css Color HEX #013A76 Dark Cerulean

📋 copy color: '#013A76'

red 1 ◦ green 58 ◦ blue 118

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

Shades of Dark Cerulean #013A76

Tints of Dark Cerulean #013A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

 BLUE value IS 118 (46.48% from 255) = 66.67%

R = 0.56%
G = 32.77%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013A76 (or 0x013A76) is known color: Dark Cerulean. HEX triplet: 01, 3A and 76. RGB value is (1,58,118). Sum of RGB (Red+Green+Blue) = 1+58+118=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #013A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A76 is #FEC589. Grayscale: #2F2F2F. Windows color (decimal): -16696714 or 7748097. OLE color: 7748097.

HSL color Cylindrical-coordinate representation of color #013A76: hue angle of 210.77º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A76 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 58 118 -
CMYK 0.99 0.51 0 0.54
HSL 210.77º 0.98% 0.23% -
HSV(B) 210.77º 0.99% 0.46% -
XYZ 4.8 4.34 17.72 -
YUV 47.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 1 58 118 0.99 0.51 0 0.54 210.77 0.98 0.23
Hex 1 3A 76 63 33 0 36 D3 62 17
Octal 1 72 166 143 63 0 66 323 142 27
Binary 1 111010 1110110 1100011 110011 0 110110 11010011 1100010 10111

Color Harmonies of #013A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A76

Black with #013A76

Text Example


Text Example

White with #013A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,118); }

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

background-color css

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

 a { background-color: rgb(1,58,118); }

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

border-color css

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

 span { border-color: rgb(1,58,118); }

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