Html Css Color HEX #0F295B Sapphire

📋 copy color: '#0F295B'

red 15 ◦ green 41 ◦ blue 91

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

Shades of Sapphire #0F295B

Tints of Sapphire #0F295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

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

R = 10.2%
G = 27.89%
B = 61.9%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F295B (or 0x0F295B) is known color: Sapphire. HEX triplet: 0F, 29 and 5B. RGB value is (15,41,91). Sum of RGB (Red+Green+Blue) = 15+41+91=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F295B is #F0D6A4. Grayscale: #262626. Windows color (decimal): -15783589 or 5974287. OLE color: 5974287.

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

Color convert

RGB 15 41 91 -
CMYK 0.84 0.55 0 0.64
HSL 219.47º 0.72% 0.21% -
HSV(B) 219.47º 0.84% 0.36% -
XYZ 2.88 2.44 10.22 -
YUV 38.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 15 41 91 0.84 0.55 0 0.64 219.47 0.72 0.21
Hex F 29 5B 54 37 0 40 DB 48 15
Octal 17 51 133 124 67 0 100 333 110 25
Binary 1111 101001 1011011 1010100 110111 0 1000000 11011011 1001000 10101

Color Harmonies of #0F295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F295B

Black with #0F295B

Text Example


Text Example

White with #0F295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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