Html Css Color HEX #0F2871 Sapphire

📋 copy color: '#0F2871'

red 15 ◦ green 40 ◦ blue 113

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

Shades of Sapphire #0F2871

Tints of Sapphire #0F2871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.81%

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 8.93%
G = 23.81%
B = 67.26%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0F2871 (or 0x0F2871) is known color: Sapphire. HEX triplet: 0F, 28 and 71. RGB value is (15,40,113). Sum of RGB (Red+Green+Blue) = 15+40+113=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #0F2871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2871 is #F0D78E. Grayscale: #282828. Windows color (decimal): -15783823 or 7415823. OLE color: 7415823.

HSL color Cylindrical-coordinate representation of color #0F2871: hue angle of 224.69º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F2871 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 40 113 -
CMYK 0.87 0.65 0 0.56
HSL 224.69º 0.77% 0.25% -
HSV(B) 224.69º 0.87% 0.44% -
XYZ 3.94 2.81 15.96 -
YUV 40.85 168.72 109.56 -
System Red Green Blue C M Y K H S L
Decimal 15 40 113 0.87 0.65 0 0.56 224.69 0.77 0.25
Hex F 28 71 57 41 0 38 E1 4D 19
Octal 17 50 161 127 101 0 70 341 115 31
Binary 1111 101000 1110001 1010111 1000001 0 111000 11100001 1001101 11001

Color Harmonies of #0F2871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2871

Black with #0F2871

Text Example


Text Example

White with #0F2871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,40,113); }

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

background-color css

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

 a { background-color: rgb(15,40,113); }

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

border-color css

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

 span { border-color: rgb(15,40,113); }

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