Html Css Color HEX #0F265D Sapphire

📋 copy color: '#0F265D'

red 15 ◦ green 38 ◦ blue 93

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

Shades of Sapphire #0F265D

Tints of Sapphire #0F265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 10.27%
G = 26.03%
B = 63.7%

CMYK

 C value IS 0.84

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F265D (or 0x0F265D) is known color: Sapphire. HEX triplet: 0F, 26 and 5D. RGB value is (15,38,93). Sum of RGB (Red+Green+Blue) = 15+38+93=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F265D is #F0D9A2. Grayscale: #252525. Windows color (decimal): -15784355 or 6104591. OLE color: 6104591.

HSL color Cylindrical-coordinate representation of color #0F265D: hue angle of 222.31º 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 #0F265D is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 38 93 -
CMYK 0.84 0.59 0 0.64
HSL 222.31º 0.72% 0.21% -
HSV(B) 222.31º 0.84% 0.36% -
XYZ 2.87 2.28 10.64 -
YUV 37.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 15 38 93 0.84 0.59 0 0.64 222.31 0.72 0.21
Hex F 26 5D 54 3B 0 40 DE 48 15
Octal 17 46 135 124 73 0 100 336 110 25
Binary 1111 100110 1011101 1010100 111011 0 1000000 11011110 1001000 10101

Color Harmonies of #0F265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F265D

Black with #0F265D

Text Example


Text Example

White with #0F265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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