Html Css Color HEX #0F245B Sapphire

📋 copy color: '#0F245B'

red 15 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #0F245B

Tints of Sapphire #0F245B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 64.08%

R = 10.56%
G = 25.35%
B = 64.08%

CMYK

 C value IS 0.84

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0F245B (or 0x0F245B) is known color: Sapphire. HEX triplet: 0F, 24 and 5B. RGB value is (15,36,91). Sum of RGB (Red+Green+Blue) = 15+36+91=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F245B is #F0DBA4. Grayscale: #232323. Windows color (decimal): -15784869 or 5973007. OLE color: 5973007.

HSL color Cylindrical-coordinate representation of color #0F245B: hue angle of 223.42º 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 #0F245B is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 15 36 91 -
CMYK 0.84 0.60 0 0.64
HSL 223.42º 0.72% 0.21% -
HSV(B) 223.42º 0.84% 0.36% -
XYZ 2.72 2.12 10.16 -
YUV 35.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 15 36 91 0.84 0.60 0 0.64 223.42 0.72 0.21
Hex F 24 5B 54 3C 0 40 DF 48 15
Octal 17 44 133 124 74 0 100 337 110 25
Binary 1111 100100 1011011 1010100 111100 0 1000000 11011111 1001000 10101

Color Harmonies of #0F245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F245B

Black with #0F245B

Text Example


Text Example

White with #0F245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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