Html Css Color HEX #071873 Sapphire

📋 copy color: '#071873'

red 7 ◦ green 24 ◦ blue 115

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

Shades of Sapphire #071873

Tints of Sapphire #071873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

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

R = 4.79%
G = 16.44%
B = 78.77%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071873 (or 0x071873) is known color: Sapphire. HEX triplet: 07, 18 and 73. RGB value is (7,24,115). Sum of RGB (Red+Green+Blue) = 7+24+115=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #071873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071873 is #F8E78C. Grayscale: #1C1C1C. Windows color (decimal): -16312205 or 7542791. OLE color: 7542791.

HSL color Cylindrical-coordinate representation of color #071873: hue angle of 230.56º 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 #071873 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 24 115 -
CMYK 0.94 0.79 0 0.55
HSL 230.56º 0.89% 0.24% -
HSV(B) 230.56º 0.94% 0.45% -
XYZ 3.51 1.94 16.41 -
YUV 29.29 176.37 112.1 -
System Red Green Blue C M Y K H S L
Decimal 7 24 115 0.94 0.79 0 0.55 230.56 0.89 0.24
Hex 7 18 73 5E 4F 0 37 E7 59 18
Octal 7 30 163 136 117 0 67 347 131 30
Binary 111 11000 1110011 1011110 1001111 0 110111 11100111 1011001 11000

Color Harmonies of #071873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071873

Black with #071873

Text Example


Text Example

White with #071873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071873; }

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

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

background-color css

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

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

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

border-color css

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

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

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