Html Css Color HEX #071468 Sapphire

📋 copy color: '#071468'

red 7 ◦ green 20 ◦ blue 104

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

Shades of Sapphire #071468

Tints of Sapphire #071468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 79.39%

R = 5.34%
G = 15.27%
B = 79.39%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071468 (or 0x071468) is known color: Sapphire. HEX triplet: 07, 14 and 68. RGB value is (7,20,104). Sum of RGB (Red+Green+Blue) = 7+20+104=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #071468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071468 is #F8EB97. Grayscale: #191919. Windows color (decimal): -16313240 or 6820871. OLE color: 6820871.

HSL color Cylindrical-coordinate representation of color #071468: hue angle of 231.96º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071468 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 20 104 -
CMYK 0.93 0.81 0 0.59
HSL 231.96º 0.87% 0.22% -
HSV(B) 231.96º 0.93% 0.41% -
XYZ 2.84 1.54 13.25 -
YUV 25.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 7 20 104 0.93 0.81 0 0.59 231.96 0.87 0.22
Hex 7 14 68 5D 51 0 3B E8 57 16
Octal 7 24 150 135 121 0 73 350 127 26
Binary 111 10100 1101000 1011101 1010001 0 111011 11101000 1010111 10110

Color Harmonies of #071468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071468

Black with #071468

Text Example


Text Example

White with #071468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071468; }

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

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

background-color css

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

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

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

border-color css

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

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

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