Html Css Color HEX #071463 Sapphire

📋 copy color: '#071463'

red 7 ◦ green 20 ◦ blue 99

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

Shades of Sapphire #071463

Tints of Sapphire #071463

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

 BLUE value IS 99 (39.06% from 255) = 78.57%

R = 5.56%
G = 15.87%
B = 78.57%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#071463 (or 0x071463) is known color: Sapphire. HEX triplet: 07, 14 and 63. RGB value is (7,20,99). Sum of RGB (Red+Green+Blue) = 7+20+99=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #071463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071463 is #F8EB9C. Grayscale: #181818. Windows color (decimal): -16313245 or 6493191. OLE color: 6493191.

HSL color Cylindrical-coordinate representation of color #071463: hue angle of 231.52º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071463 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 20 99 -
CMYK 0.93 0.80 0 0.61
HSL 231.52º 0.87% 0.21% -
HSV(B) 231.52º 0.93% 0.39% -
XYZ 2.59 1.45 11.95 -
YUV 25.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 7 20 99 0.93 0.80 0 0.61 231.52 0.87 0.21
Hex 7 14 63 5D 50 0 3D E8 57 15
Octal 7 24 143 135 120 0 75 350 127 25
Binary 111 10100 1100011 1011101 1010000 0 111101 11101000 1010111 10101

Color Harmonies of #071463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071463

Black with #071463

Text Example


Text Example

White with #071463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071463; }

 p { color: rgb(7,20,99); }

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

background-color css

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

 a { background-color: rgb(7,20,99); }

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

border-color css

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

 span { border-color: rgb(7,20,99); }

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