Html Css Color HEX #073A86 Dark Cerulean

📋 copy color: '#073A86'

red 7 ◦ green 58 ◦ blue 134

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

Shades of Dark Cerulean #073A86

Tints of Dark Cerulean #073A86

RGB

 RED value IS 7 (3.13% from 255) = 3.52%

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

 BLUE value IS 134 (52.73% from 255) = 67.34%

R = 3.52%
G = 29.15%
B = 67.34%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073A86 (or 0x073A86) is known color: Dark Cerulean. HEX triplet: 07, 3A and 86. RGB value is (7,58,134). Sum of RGB (Red+Green+Blue) = 7+58+134=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 134 (52.73% from 255 or 67.34% from 199); Max value from RGB is 134 - color contains mainly: blue. Hex color #073A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073A86 is #F8C579. Grayscale: #333333. Windows color (decimal): -16303482 or 8796679. OLE color: 8796679.

HSL color Cylindrical-coordinate representation of color #073A86: hue angle of 215.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073A86 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 58 134 -
CMYK 0.95 0.57 0 0.47
HSL 215.91º 0.9% 0.28% -
HSV(B) 215.91º 0.95% 0.53% -
XYZ 5.9 4.79 23.17 -
YUV 51.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 7 58 134 0.95 0.57 0 0.47 215.91 0.9 0.28
Hex 7 3A 86 5F 39 0 2F D8 5A 1C
Octal 7 72 206 137 71 0 57 330 132 34
Binary 111 111010 10000110 1011111 111001 0 101111 11011000 1011010 11100

Color Harmonies of #073A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A86

Black with #073A86

Text Example


Text Example

White with #073A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A86; }

 p { color: rgb(7,58,134); }

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

background-color css

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

 a { background-color: rgb(7,58,134); }

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

border-color css

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

 span { border-color: rgb(7,58,134); }

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