Html Css Color HEX #073073 Sapphire

📋 copy color: '#073073'

red 7 ◦ green 48 ◦ blue 115

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

Shades of Sapphire #073073

Tints of Sapphire #073073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.24%

 BLUE value IS 115 (45.31% from 255) = 67.65%

R = 4.12%
G = 28.24%
B = 67.65%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#073073 (or 0x073073) is known color: Sapphire. HEX triplet: 07, 30 and 73. RGB value is (7,48,115). Sum of RGB (Red+Green+Blue) = 7+48+115=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #073073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073073 is #F8CF8C. Grayscale: #2B2B2B. Windows color (decimal): -16306061 or 7548935. OLE color: 7548935.

HSL color Cylindrical-coordinate representation of color #073073: hue angle of 217.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073073 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 48 115 -
CMYK 0.94 0.58 0 0.55
HSL 217.22º 0.89% 0.24% -
HSV(B) 217.22º 0.94% 0.45% -
XYZ 4.24 3.4 16.65 -
YUV 43.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 7 48 115 0.94 0.58 0 0.55 217.22 0.89 0.24
Hex 7 30 73 5E 3A 0 37 D9 59 18
Octal 7 60 163 136 72 0 67 331 131 30
Binary 111 110000 1110011 1011110 111010 0 110111 11011001 1011001 11000

Color Harmonies of #073073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073073

Black with #073073

Text Example


Text Example

White with #073073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073073; }

 p { color: rgb(7,48,115); }

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

background-color css

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

 a { background-color: rgb(7,48,115); }

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

border-color css

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

 span { border-color: rgb(7,48,115); }

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