Html Css Color HEX #0F226A Sapphire

📋 copy color: '#0F226A'

red 15 ◦ green 34 ◦ blue 106

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

Shades of Sapphire #0F226A

Tints of Sapphire #0F226A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 9.68%
G = 21.94%
B = 68.39%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0F226A (or 0x0F226A) is known color: Sapphire. HEX triplet: 0F, 22 and 6A. RGB value is (15,34,106). Sum of RGB (Red+Green+Blue) = 15+34+106=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F226A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F226A is #F0DD95. Grayscale: #242424. Windows color (decimal): -15785366 or 6955535. OLE color: 6955535.

HSL color Cylindrical-coordinate representation of color #0F226A: hue angle of 227.47º 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 #0F226A is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 34 106 -
CMYK 0.86 0.68 0 0.58
HSL 227.47º 0.75% 0.24% -
HSV(B) 227.47º 0.86% 0.42% -
XYZ 3.37 2.29 13.9 -
YUV 36.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 15 34 106 0.86 0.68 0 0.58 227.47 0.75 0.24
Hex F 22 6A 56 44 0 3A E3 4B 18
Octal 17 42 152 126 104 0 72 343 113 30
Binary 1111 100010 1101010 1010110 1000100 0 111010 11100011 1001011 11000

Color Harmonies of #0F226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F226A

Black with #0F226A

Text Example


Text Example

White with #0F226A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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