Html Css Color HEX #071768 Sapphire

📋 copy color: '#071768'

red 7 ◦ green 23 ◦ blue 104

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

Shades of Sapphire #071768

Tints of Sapphire #071768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.16%

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

R = 5.22%
G = 17.16%
B = 77.61%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#071768 (or 0x071768) is known color: Sapphire. HEX triplet: 07, 17 and 68. RGB value is (7,23,104). Sum of RGB (Red+Green+Blue) = 7+23+104=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #071768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071768 is #F8E897. Grayscale: #1B1B1B. Windows color (decimal): -16312472 or 6821639. OLE color: 6821639.

HSL color Cylindrical-coordinate representation of color #071768: hue angle of 230.1º 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 #071768 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 23 104 -
CMYK 0.93 0.78 0 0.59
HSL 230.1º 0.87% 0.22% -
HSV(B) 230.1º 0.93% 0.41% -
XYZ 2.89 1.66 13.26 -
YUV 27.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 7 23 104 0.93 0.78 0 0.59 230.1 0.87 0.22
Hex 7 17 68 5D 4E 0 3B E6 57 16
Octal 7 27 150 135 116 0 73 346 127 26
Binary 111 10111 1101000 1011101 1001110 0 111011 11100110 1010111 10110

Color Harmonies of #071768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071768

Black with #071768

Text Example


Text Example

White with #071768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071768; }

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

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

background-color css

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

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

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

border-color css

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

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

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