Html Css Color HEX #0F2450 Sapphire

📋 copy color: '#0F2450'

red 15 ◦ green 36 ◦ blue 80

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

Shades of Sapphire #0F2450

Tints of Sapphire #0F2450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 61.07%

R = 11.45%
G = 27.48%
B = 61.07%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F2450 (or 0x0F2450) is known color: Sapphire. HEX triplet: 0F, 24 and 50. RGB value is (15,36,80). Sum of RGB (Red+Green+Blue) = 15+36+80=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F2450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2450 is #F0DBAF. Grayscale: #222222. Windows color (decimal): -15784880 or 5252111. OLE color: 5252111.

HSL color Cylindrical-coordinate representation of color #0F2450: hue angle of 220.62º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F2450 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 36 80 -
CMYK 0.81 0.55 0 0.69
HSL 220.62º 0.68% 0.19% -
HSV(B) 220.62º 0.81% 0.31% -
XYZ 2.28 1.94 7.84 -
YUV 34.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 15 36 80 0.81 0.55 0 0.69 220.62 0.68 0.19
Hex F 24 50 51 37 0 45 DD 44 13
Octal 17 44 120 121 67 0 105 335 104 23
Binary 1111 100100 1010000 1010001 110111 0 1000101 11011101 1000100 10011

Color Harmonies of #0F2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2450

Black with #0F2450

Text Example


Text Example

White with #0F2450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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