Html Css Color HEX #0B226A Sapphire

📋 copy color: '#0B226A'

red 11 ◦ green 34 ◦ blue 106

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

Shades of Sapphire #0B226A

Tints of Sapphire #0B226A

RGB

 RED value IS 11 (4.69% from 255) = 7.28%

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

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

R = 7.28%
G = 22.52%
B = 70.2%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B226A (or 0x0B226A) is known color: Sapphire. HEX triplet: 0B, 22 and 6A. RGB value is (11,34,106). Sum of RGB (Red+Green+Blue) = 11+34+106=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B226A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B226A is #F4DD95. Grayscale: #232323. Windows color (decimal): -16047510 or 6955531. OLE color: 6955531.

HSL color Cylindrical-coordinate representation of color #0B226A: hue angle of 225.47º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B226A is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 34 106 -
CMYK 0.90 0.68 0 0.58
HSL 225.47º 0.81% 0.23% -
HSV(B) 225.47º 0.9% 0.42% -
XYZ 3.31 2.26 13.9 -
YUV 35.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 11 34 106 0.90 0.68 0 0.58 225.47 0.81 0.23
Hex B 22 6A 5A 44 0 3A E1 51 17
Octal 13 42 152 132 104 0 72 341 121 27
Binary 1011 100010 1101010 1011010 1000100 0 111010 11100001 1010001 10111

Color Harmonies of #0B226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B226A

Black with #0B226A

Text Example


Text Example

White with #0B226A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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