Html Css Color HEX #0F245D Sapphire

📋 copy color: '#0F245D'

red 15 ◦ green 36 ◦ blue 93

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

Shades of Sapphire #0F245D

Tints of Sapphire #0F245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 10.42%
G = 25%
B = 64.58%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F245D (or 0x0F245D) is known color: Sapphire. HEX triplet: 0F, 24 and 5D. RGB value is (15,36,93). Sum of RGB (Red+Green+Blue) = 15+36+93=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #0F245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F245D is #F0DBA2. Grayscale: #232323. Windows color (decimal): -15784867 or 6104079. OLE color: 6104079.

HSL color Cylindrical-coordinate representation of color #0F245D: hue angle of 223.85º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F245D is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 36 93 -
CMYK 0.84 0.61 0 0.64
HSL 223.85º 0.72% 0.21% -
HSV(B) 223.85º 0.84% 0.36% -
XYZ 2.8 2.15 10.62 -
YUV 36.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 15 36 93 0.84 0.61 0 0.64 223.85 0.72 0.21
Hex F 24 5D 54 3D 0 40 E0 48 15
Octal 17 44 135 124 75 0 100 340 110 25
Binary 1111 100100 1011101 1010100 111101 0 1000000 11100000 1001000 10101

Color Harmonies of #0F245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F245D

Black with #0F245D

Text Example


Text Example

White with #0F245D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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