Html Css Color HEX #0F265B Sapphire

📋 copy color: '#0F265B'

red 15 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #0F265B

Tints of Sapphire #0F265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.19%

R = 10.42%
G = 26.39%
B = 63.19%

CMYK

 C value IS 0.84

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F265B (or 0x0F265B) is known color: Sapphire. HEX triplet: 0F, 26 and 5B. RGB value is (15,38,91). Sum of RGB (Red+Green+Blue) = 15+38+91=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F265B is #F0D9A4. Grayscale: #242424. Windows color (decimal): -15784357 or 5973519. OLE color: 5973519.

HSL color Cylindrical-coordinate representation of color #0F265B: hue angle of 221.84º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F265B is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 38 91 -
CMYK 0.84 0.58 0 0.64
HSL 221.84º 0.72% 0.21% -
HSV(B) 221.84º 0.84% 0.36% -
XYZ 2.78 2.24 10.18 -
YUV 37.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 15 38 91 0.84 0.58 0 0.64 221.84 0.72 0.21
Hex F 26 5B 54 3A 0 40 DE 48 15
Octal 17 46 133 124 72 0 100 336 110 25
Binary 1111 100110 1011011 1010100 111010 0 1000000 11011110 1001000 10101

Color Harmonies of #0F265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F265B

Black with #0F265B

Text Example


Text Example

White with #0F265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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