Html Css Color HEX #013E7A Dark Cerulean

📋 copy color: '#013E7A'

red 1 ◦ green 62 ◦ blue 122

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

Shades of Dark Cerulean #013E7A

Tints of Dark Cerulean #013E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.51%

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

R = 0.54%
G = 33.51%
B = 65.95%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#013E7A (or 0x013E7A) is known color: Dark Cerulean. HEX triplet: 01, 3E and 7A. RGB value is (1,62,122). Sum of RGB (Red+Green+Blue) = 1+62+122=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 122 (48.05% from 255 or 65.95% from 185); Max value from RGB is 122 - color contains mainly: blue. Hex color #013E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E7A is #FEC185. Grayscale: #323232. Windows color (decimal): -16695686 or 8011265. OLE color: 8011265.

HSL color Cylindrical-coordinate representation of color #013E7A: hue angle of 209.75º 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 #013E7A is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 62 122 -
CMYK 0.99 0.49 0 0.52
HSL 209.75º 0.98% 0.24% -
HSV(B) 209.75º 0.99% 0.48% -
XYZ 5.25 4.86 19.07 -
YUV 50.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 1 62 122 0.99 0.49 0 0.52 209.75 0.98 0.24
Hex 1 3E 7A 63 31 0 34 D2 62 18
Octal 1 76 172 143 61 0 64 322 142 30
Binary 1 111110 1111010 1100011 110001 0 110100 11010010 1100010 11000

Color Harmonies of #013E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E7A

Black with #013E7A

Text Example


Text Example

White with #013E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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