Html Css Color HEX #0F2157 Sapphire

📋 copy color: '#0F2157'

red 15 ◦ green 33 ◦ blue 87

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

Shades of Sapphire #0F2157

Tints of Sapphire #0F2157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 11.11%
G = 24.44%
B = 64.44%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0F2157 (or 0x0F2157) is known color: Sapphire. HEX triplet: 0F, 21 and 57. RGB value is (15,33,87). Sum of RGB (Red+Green+Blue) = 15+33+87=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 87 (34.38% from 255 or 64.44% from 135); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F2157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2157 is #F0DEA8. Grayscale: #212121. Windows color (decimal): -15785641 or 5710095. OLE color: 5710095.

HSL color Cylindrical-coordinate representation of color #0F2157: hue angle of 225º 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 #0F2157 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 15 33 87 -
CMYK 0.83 0.62 0 0.66
HSL 225º 0.71% 0.2% -
HSV(B) 225º 0.83% 0.34% -
XYZ 2.46 1.88 9.25 -
YUV 33.77 158.04 114.61 -
System Red Green Blue C M Y K H S L
Decimal 15 33 87 0.83 0.62 0 0.66 225 0.71 0.2
Hex F 21 57 53 3E 0 42 E1 47 14
Octal 17 41 127 123 76 0 102 341 107 24
Binary 1111 100001 1010111 1010011 111110 0 1000010 11100001 1000111 10100

Color Harmonies of #0F2157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2157

Black with #0F2157

Text Example


Text Example

White with #0F2157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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