Html Css Color HEX #0F246A Sapphire

📋 copy color: '#0F246A'

red 15 ◦ green 36 ◦ blue 106

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

Shades of Sapphire #0F246A

Tints of Sapphire #0F246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 67.52%

R = 9.55%
G = 22.93%
B = 67.52%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F246A (or 0x0F246A) is known color: Sapphire. HEX triplet: 0F, 24 and 6A. RGB value is (15,36,106). Sum of RGB (Red+Green+Blue) = 15+36+106=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F246A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F246A is #F0DB95. Grayscale: #252525. Windows color (decimal): -15784854 or 6956047. OLE color: 6956047.

HSL color Cylindrical-coordinate representation of color #0F246A: hue angle of 226.15º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F246A is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 36 106 -
CMYK 0.86 0.66 0 0.58
HSL 226.15º 0.75% 0.24% -
HSV(B) 226.15º 0.86% 0.42% -
XYZ 3.43 2.4 13.92 -
YUV 37.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 15 36 106 0.86 0.66 0 0.58 226.15 0.75 0.24
Hex F 24 6A 56 42 0 3A E2 4B 18
Octal 17 44 152 126 102 0 72 342 113 30
Binary 1111 100100 1101010 1010110 1000010 0 111010 11100010 1001011 11000

Color Harmonies of #0F246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F246A

Black with #0F246A

Text Example


Text Example

White with #0F246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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