Html Css Color HEX #073C86 Dark Cerulean

📋 copy color: '#073C86'

red 7 ◦ green 60 ◦ blue 134

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

Shades of Dark Cerulean #073C86

Tints of Dark Cerulean #073C86

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.85%

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

R = 3.48%
G = 29.85%
B = 66.67%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#073C86 (or 0x073C86) is known color: Dark Cerulean. HEX triplet: 07, 3C and 86. RGB value is (7,60,134). Sum of RGB (Red+Green+Blue) = 7+60+134=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #073C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073C86 is #F8C379. Grayscale: #343434. Windows color (decimal): -16302970 or 8797191. OLE color: 8797191.

HSL color Cylindrical-coordinate representation of color #073C86: hue angle of 214.96º 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 #073C86 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 60 134 -
CMYK 0.95 0.55 0 0.47
HSL 214.96º 0.9% 0.28% -
HSV(B) 214.96º 0.95% 0.53% -
XYZ 6.01 5 23.2 -
YUV 52.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 7 60 134 0.95 0.55 0 0.47 214.96 0.9 0.28
Hex 7 3C 86 5F 37 0 2F D7 5A 1C
Octal 7 74 206 137 67 0 57 327 132 34
Binary 111 111100 10000110 1011111 110111 0 101111 11010111 1011010 11100

Color Harmonies of #073C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C86

Black with #073C86

Text Example


Text Example

White with #073C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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