Html Css Color HEX #0F3573 Sapphire

📋 copy color: '#0F3573'

red 15 ◦ green 53 ◦ blue 115

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

Shades of Sapphire #0F3573

Tints of Sapphire #0F3573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

 BLUE value IS 115 (45.31% from 255) = 62.84%

R = 8.2%
G = 28.96%
B = 62.84%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F3573 (or 0x0F3573) is known color: Sapphire. HEX triplet: 0F, 35 and 73. RGB value is (15,53,115). Sum of RGB (Red+Green+Blue) = 15+53+115=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F3573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3573 is #F0CA8C. Grayscale: #303030. Windows color (decimal): -15780493 or 7550223. OLE color: 7550223.

HSL color Cylindrical-coordinate representation of color #0F3573: hue angle of 217.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F3573 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 53 115 -
CMYK 0.87 0.54 0 0.55
HSL 217.2º 0.77% 0.25% -
HSV(B) 217.2º 0.87% 0.45% -
XYZ 4.56 3.89 16.73 -
YUV 48.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 15 53 115 0.87 0.54 0 0.55 217.2 0.77 0.25
Hex F 35 73 57 36 0 37 D9 4D 19
Octal 17 65 163 127 66 0 67 331 115 31
Binary 1111 110101 1110011 1010111 110110 0 110111 11011001 1001101 11001

Color Harmonies of #0F3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3573

Black with #0F3573

Text Example


Text Example

White with #0F3573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,53,115); }

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

background-color css

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

 a { background-color: rgb(15,53,115); }

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

border-color css

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

 span { border-color: rgb(15,53,115); }

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