Html Css Color HEX #0F2475 Sapphire

📋 copy color: '#0F2475'

red 15 ◦ green 36 ◦ blue 117

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

Shades of Sapphire #0F2475

Tints of Sapphire #0F2475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.43%

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 8.93%
G = 21.43%
B = 69.64%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F2475 (or 0x0F2475) is known color: Sapphire. HEX triplet: 0F, 24 and 75. RGB value is (15,36,117). Sum of RGB (Red+Green+Blue) = 15+36+117=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F2475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2475 is #F0DB8A. Grayscale: #262626. Windows color (decimal): -15784843 or 7676943. OLE color: 7676943.

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

Color convert

RGB 15 36 117 -
CMYK 0.87 0.69 0 0.54
HSL 227.65º 0.77% 0.26% -
HSV(B) 227.65º 0.87% 0.46% -
XYZ 4.04 2.65 17.13 -
YUV 38.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 15 36 117 0.87 0.69 0 0.54 227.65 0.77 0.26
Hex F 24 75 57 45 0 36 E4 4D 1A
Octal 17 44 165 127 105 0 66 344 115 32
Binary 1111 100100 1110101 1010111 1000101 0 110110 11100100 1001101 11010

Color Harmonies of #0F2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2475

Black with #0F2475

Text Example


Text Example

White with #0F2475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,117); }

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

background-color css

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

 a { background-color: rgb(15,36,117); }

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

border-color css

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

 span { border-color: rgb(15,36,117); }

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