Html Css Color HEX #0F2857 Sapphire

📋 copy color: '#0F2857'

red 15 ◦ green 40 ◦ blue 87

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

Shades of Sapphire #0F2857

Tints of Sapphire #0F2857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.27%

R = 10.56%
G = 28.17%
B = 61.27%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F2857 (or 0x0F2857) is known color: Sapphire. HEX triplet: 0F, 28 and 57. RGB value is (15,40,87). Sum of RGB (Red+Green+Blue) = 15+40+87=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F2857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2857 is #F0D7A8. Grayscale: #252525. Windows color (decimal): -15783849 or 5711887. OLE color: 5711887.

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

Color convert

RGB 15 40 87 -
CMYK 0.83 0.54 0 0.66
HSL 219.17º 0.71% 0.2% -
HSV(B) 219.17º 0.83% 0.34% -
XYZ 2.68 2.31 9.32 -
YUV 37.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 15 40 87 0.83 0.54 0 0.66 219.17 0.71 0.2
Hex F 28 57 53 36 0 42 DB 47 14
Octal 17 50 127 123 66 0 102 333 107 24
Binary 1111 101000 1010111 1010011 110110 0 1000010 11011011 1000111 10100

Color Harmonies of #0F2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2857

Black with #0F2857

Text Example


Text Example

White with #0F2857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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