#0F194F

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

Shades of Sapphire #0F194F

Tints of Sapphire #0F194F

Color information

#0F194F (or 0x0F194F) is unknown color: approx Sapphire. HEX triplet: 0F, 19 and 4F. RGB value is (15,25,79). Sum of RGB (Red+Green+Blue) = 15+25+79=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F194F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F194F is #F0E6B0. Grayscale: #1B1B1B. Windows color (decimal): -15787697 or 5183759. OLE color: 5183759.

HSL color Cylindrical-coordinate representation of color #0F194F: hue angle of 230.62º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F194F is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB152579-
CMYK0.810.6800.69
HSL230.62º68.09%18.43%-
HSV(B)230.62º81.01%30.98%-
XYZ1.961.367.56-
YUV28.17156.69118.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.61%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 79 (31.25% from 255) = 66.39%
R=12.61%
G=21.01%
B=66.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1525790.810.6800.69230.6268.0918.43
HexF194F5144045e74412
Octal1731117121104010534710422
Binary1111110011001111101000110001000100010111100111100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F194F; }

 p { color: rgb(15,25,79); }

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

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

 a { background-color: rgb(15,25,79); }

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

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

 span { border-color: rgb(15,25,79); }

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