Html Css Color HEX #0F266B Sapphire

📋 copy color: '#0F266B'

red 15 ◦ green 38 ◦ blue 107

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

Shades of Sapphire #0F266B

Tints of Sapphire #0F266B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.75%

 BLUE value IS 107 (42.19% from 255) = 66.88%

R = 9.38%
G = 23.75%
B = 66.88%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F266B (or 0x0F266B) is known color: Sapphire. HEX triplet: 0F, 26 and 6B. RGB value is (15,38,107). Sum of RGB (Red+Green+Blue) = 15+38+107=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 38 (15.23% from 255 or 23.75% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F266B is #F0D994. Grayscale: #262626. Windows color (decimal): -15784341 or 7022095. OLE color: 7022095.

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

Color convert

RGB 15 38 107 -
CMYK 0.86 0.64 0 0.58
HSL 225º 0.75% 0.24% -
HSV(B) 225º 0.86% 0.42% -
XYZ 3.54 2.55 14.22 -
YUV 38.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 15 38 107 0.86 0.64 0 0.58 225 0.75 0.24
Hex F 26 6B 56 40 0 3A E1 4B 18
Octal 17 46 153 126 100 0 72 341 113 30
Binary 1111 100110 1101011 1010110 1000000 0 111010 11100001 1001011 11000

Color Harmonies of #0F266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F266B

Black with #0F266B

Text Example


Text Example

White with #0F266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,38,107); }

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

background-color css

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

 a { background-color: rgb(15,38,107); }

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

border-color css

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

 span { border-color: rgb(15,38,107); }

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