Html Css Color HEX #0F1956 Sapphire

📋 copy color: '#0F1956'

red 15 ◦ green 25 ◦ blue 86

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

Shades of Sapphire #0F1956

Tints of Sapphire #0F1956

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 86 (33.98% from 255) = 68.25%

R = 11.9%
G = 19.84%
B = 68.25%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F1956 (or 0x0F1956) is known color: Sapphire. HEX triplet: 0F, 19 and 56. RGB value is (15,25,86). Sum of RGB (Red+Green+Blue) = 15+25+86=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F1956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1956 is #F0E6A9. Grayscale: #1C1C1C. Windows color (decimal): -15787690 or 5642511. OLE color: 5642511.

HSL color Cylindrical-coordinate representation of color #0F1956: hue angle of 231.55º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1956 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 25 86 -
CMYK 0.83 0.71 0 0.66
HSL 231.55º 0.7% 0.2% -
HSV(B) 231.55º 0.83% 0.34% -
XYZ 2.22 1.47 8.97 -
YUV 28.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 15 25 86 0.83 0.71 0 0.66 231.55 0.7 0.2
Hex F 19 56 53 47 0 42 E8 46 14
Octal 17 31 126 123 107 0 102 350 106 24
Binary 1111 11001 1010110 1010011 1000111 0 1000010 11101000 1000110 10100

Color Harmonies of #0F1956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1956

Black with #0F1956

Text Example


Text Example

White with #0F1956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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