Html Css Color HEX #013A7A Dark Cerulean

📋 copy color: '#013A7A'

red 1 ◦ green 58 ◦ blue 122

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

Shades of Dark Cerulean #013A7A

Tints of Dark Cerulean #013A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 67.4%

R = 0.55%
G = 32.04%
B = 67.4%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#013A7A (or 0x013A7A) is known color: Dark Cerulean. HEX triplet: 01, 3A and 7A. RGB value is (1,58,122). Sum of RGB (Red+Green+Blue) = 1+58+122=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #013A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A7A is #FEC585. Grayscale: #2F2F2F. Windows color (decimal): -16696710 or 8010241. OLE color: 8010241.

HSL color Cylindrical-coordinate representation of color #013A7A: hue angle of 211.74º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A7A is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 58 122 -
CMYK 0.99 0.52 0 0.52
HSL 211.74º 0.98% 0.24% -
HSV(B) 211.74º 0.99% 0.48% -
XYZ 5.04 4.44 19 -
YUV 48.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 1 58 122 0.99 0.52 0 0.52 211.74 0.98 0.24
Hex 1 3A 7A 63 34 0 34 D4 62 18
Octal 1 72 172 143 64 0 64 324 142 30
Binary 1 111010 1111010 1100011 110100 0 110100 11010100 1100010 11000

Color Harmonies of #013A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A7A

Black with #013A7A

Text Example


Text Example

White with #013A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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