Html Css Color HEX #013A7D Dark Cerulean

📋 copy color: '#013A7D'

red 1 ◦ green 58 ◦ blue 125

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

Shades of Dark Cerulean #013A7D

Tints of Dark Cerulean #013A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 67.93%

R = 0.54%
G = 31.52%
B = 67.93%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#013A7D (or 0x013A7D) is known color: Dark Cerulean. HEX triplet: 01, 3A and 7D. RGB value is (1,58,125). Sum of RGB (Red+Green+Blue) = 1+58+125=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 125 (49.22% from 255 or 67.93% from 184); Max value from RGB is 125 - color contains mainly: blue. Hex color #013A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A7D is #FEC582. Grayscale: #303030. Windows color (decimal): -16696707 or 8206849. OLE color: 8206849.

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

Color convert

RGB 1 58 125 -
CMYK 0.99 0.54 0 0.51
HSL 212.42º 0.98% 0.25% -
HSV(B) 212.42º 0.99% 0.49% -
XYZ 5.23 4.51 20 -
YUV 48.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 1 58 125 0.99 0.54 0 0.51 212.42 0.98 0.25
Hex 1 3A 7D 63 36 0 33 D4 62 19
Octal 1 72 175 143 66 0 63 324 142 31
Binary 1 111010 1111101 1100011 110110 0 110011 11010100 1100010 11001

Color Harmonies of #013A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A7D

Black with #013A7D

Text Example


Text Example

White with #013A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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