Html Css Color HEX #0F2859 Sapphire

📋 copy color: '#0F2859'

red 15 ◦ green 40 ◦ blue 89

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

Shades of Sapphire #0F2859

Tints of Sapphire #0F2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

 BLUE value IS 89 (35.16% from 255) = 61.81%

R = 10.42%
G = 27.78%
B = 61.81%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0F2859 (or 0x0F2859) is known color: Sapphire. HEX triplet: 0F, 28 and 59. RGB value is (15,40,89). Sum of RGB (Red+Green+Blue) = 15+40+89=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F2859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2859 is #F0D7A6. Grayscale: #252525. Windows color (decimal): -15783847 or 5842959. OLE color: 5842959.

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

Color convert

RGB 15 40 89 -
CMYK 0.83 0.55 0 0.65
HSL 219.73º 0.71% 0.2% -
HSV(B) 219.73º 0.83% 0.35% -
XYZ 2.76 2.34 9.76 -
YUV 38.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 15 40 89 0.83 0.55 0 0.65 219.73 0.71 0.2
Hex F 28 59 53 37 0 41 DC 47 14
Octal 17 50 131 123 67 0 101 334 107 24
Binary 1111 101000 1011001 1010011 110111 0 1000001 11011100 1000111 10100

Color Harmonies of #0F2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2859

Black with #0F2859

Text Example


Text Example

White with #0F2859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,40,89); }

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

background-color css

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

 a { background-color: rgb(15,40,89); }

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

border-color css

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

 span { border-color: rgb(15,40,89); }

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