Html Css Color HEX #0F2560 Sapphire

📋 copy color: '#0F2560'

red 15 ◦ green 37 ◦ blue 96

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

Shades of Sapphire #0F2560

Tints of Sapphire #0F2560

RGB

 RED value IS 15 (6.25% from 255) = 10.14%

 GREEN value IS 37 (14.84% from 255) = 25%

 BLUE value IS 96 (37.89% from 255) = 64.86%

R = 10.14%
G = 25%
B = 64.86%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0F2560 (or 0x0F2560) is known color: Sapphire. HEX triplet: 0F, 25 and 60. RGB value is (15,37,96). Sum of RGB (Red+Green+Blue) = 15+37+96=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F2560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2560 is #F0DA9F. Grayscale: #242424. Windows color (decimal): -15784608 or 6300943. OLE color: 6300943.

HSL color Cylindrical-coordinate representation of color #0F2560: hue angle of 223.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F2560 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 37 96 -
CMYK 0.84 0.61 0 0.62
HSL 223.7º 0.73% 0.22% -
HSV(B) 223.7º 0.84% 0.38% -
XYZ 2.97 2.27 11.35 -
YUV 37.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 15 37 96 0.84 0.61 0 0.62 223.7 0.73 0.22
Hex F 25 60 54 3D 0 3E E0 49 16
Octal 17 45 140 124 75 0 76 340 111 26
Binary 1111 100101 1100000 1010100 111101 0 111110 11100000 1001001 10110

Color Harmonies of #0F2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2560

Black with #0F2560

Text Example


Text Example

White with #0F2560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,96); }

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

background-color css

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

 a { background-color: rgb(15,37,96); }

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

border-color css

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

 span { border-color: rgb(15,37,96); }

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