#0F244D

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

Shades of Sapphire #0F244D

Tints of Sapphire #0F244D

Color information

#0F244D (or 0x0F244D) is unknown color: approx Sapphire. HEX triplet: 0F, 24 and 4D. RGB value is (15,36,77). Sum of RGB (Red+Green+Blue) = 15+36+77=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F244D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F244D is #F0DBB2. Grayscale: #222222. Windows color (decimal): -15784883 or 5055503. OLE color: 5055503.

HSL color Cylindrical-coordinate representation of color #0F244D: hue angle of 219.68º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F244D is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB153677-
CMYK0.810.5300.70
HSL219.68º67.39%18.04%-
HSV(B)219.68º80.52%30.2%-
XYZ2.171.97.27-
YUV34.39152.04114.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.72%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=11.72%
G=28.12%
B=60.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1536770.810.5300.70219.6867.3918.04
HexF244D5135046dc4312
Octal174411512165010633410322
Binary1111100100100110110100011101010100011011011100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,77); }

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

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

 a { background-color: rgb(15,36,77); }

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

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

 span { border-color: rgb(15,36,77); }

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