#07174E

Color #07174E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #07174E

Tints of Sapphire #07174E

Color information

#07174E (or 0x07174E) is unknown color: approx Sapphire. HEX triplet: 07, 17 and 4E. RGB value is (7,23,78). Sum of RGB (Red+Green+Blue) = 7+23+78=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #07174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07174E is #F8E8B1. Grayscale: #181818. Windows color (decimal): -16312498 or 5117703. OLE color: 5117703.

HSL color Cylindrical-coordinate representation of color #07174E: hue angle of 226.48º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07174E is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB72378-
CMYK0.910.7100.69
HSL226.48º83.53%16.67%-
HSV(B)226.48º91.03%30.59%-
XYZ1.771.217.35-
YUV24.49158.2115.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.48%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 78 (30.86% from 255) = 72.22%
R=6.48%
G=21.30%
B=72.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal723780.910.7100.69226.4883.5316.67
Hex7174E5B47045e25411
Octal727116133107010534212421
Binary111101111001110101101110001110100010111100010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07174E; }

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

 H1.HeaderClassName
 {
   color: #07174E;
 }
 .AnyTagClassName
 {
   color: #07174E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07174E;
 }
 .BgClassName
 {
   background-color: #07174E;
 }
</style>
border-color css

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

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

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