Html Css Color HEX #0F2563 Sapphire

📋 copy color: '#0F2563'

red 15 ◦ green 37 ◦ blue 99

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

Shades of Sapphire #0F2563

Tints of Sapphire #0F2563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

 BLUE value IS 99 (39.06% from 255) = 65.56%

R = 9.93%
G = 24.5%
B = 65.56%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#0F2563 (or 0x0F2563) is known color: Sapphire. HEX triplet: 0F, 25 and 63. RGB value is (15,37,99). Sum of RGB (Red+Green+Blue) = 15+37+99=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F2563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2563 is #F0DA9C. Grayscale: #252525. Windows color (decimal): -15784605 or 6497551. OLE color: 6497551.

HSL color Cylindrical-coordinate representation of color #0F2563: hue angle of 224.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F2563 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 37 99 -
CMYK 0.85 0.63 0 0.61
HSL 224.29º 0.74% 0.22% -
HSV(B) 224.29º 0.85% 0.39% -
XYZ 3.11 2.33 12.09 -
YUV 37.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 15 37 99 0.85 0.63 0 0.61 224.29 0.74 0.22
Hex F 25 63 55 3F 0 3D E0 4A 16
Octal 17 45 143 125 77 0 75 340 112 26
Binary 1111 100101 1100011 1010101 111111 0 111101 11100000 1001010 10110

Color Harmonies of #0F2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2563

Black with #0F2563

Text Example


Text Example

White with #0F2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,37,99); }

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

background-color css

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

 a { background-color: rgb(15,37,99); }

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

border-color css

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

 span { border-color: rgb(15,37,99); }

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