#0F3269

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

Shades of Sapphire #0F3269

Tints of Sapphire #0F3269

Color information

#0F3269 (or 0x0F3269) is unknown color: approx Sapphire. HEX triplet: 0F, 32 and 69. RGB value is (15,50,105). Sum of RGB (Red+Green+Blue) = 15+50+105=170 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.82% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F3269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3269 is #F0CD96. Grayscale: #2D2D2D. Windows color (decimal): -15781271 or 6894095. OLE color: 6894095.

HSL color Cylindrical-coordinate representation of color #0F3269: hue angle of 216.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3269 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1550105-
CMYK0.860.5200.59
HSL216.67º75%23.53%-
HSV(B)216.67º85.71%41.18%-
XYZ3.893.413.82-
YUV45.8161.4106.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.82%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 61.76%
R=8.82%
G=29.41%
B=61.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15501050.860.5200.59216.677523.53
HexF3269563403Bd94b18
Octal17621511266407333111330
Binary111111001011010011010110110100011101111011001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,105); }

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

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

 a { background-color: rgb(15,50,105); }

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

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

 span { border-color: rgb(15,50,105); }

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