Html Css Color HEX #0B226C Sapphire

📋 copy color: '#0B226C'

red 11 ◦ green 34 ◦ blue 108

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

Shades of Sapphire #0B226C

Tints of Sapphire #0B226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 70.59%

R = 7.19%
G = 22.22%
B = 70.59%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B226C (or 0x0B226C) is known color: Sapphire. HEX triplet: 0B, 22 and 6C. RGB value is (11,34,108). Sum of RGB (Red+Green+Blue) = 11+34+108=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B226C is #F4DD93. Grayscale: #232323. Windows color (decimal): -16047508 or 7086603. OLE color: 7086603.

HSL color Cylindrical-coordinate representation of color #0B226C: hue angle of 225.77º degrees, saturation: 0.82, 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 #0B226C is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 34 108 -
CMYK 0.90 0.69 0 0.58
HSL 225.77º 0.82% 0.23% -
HSV(B) 225.77º 0.9% 0.42% -
XYZ 3.42 2.3 14.45 -
YUV 35.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 11 34 108 0.90 0.69 0 0.58 225.77 0.82 0.23
Hex B 22 6C 5A 45 0 3A E2 52 17
Octal 13 42 154 132 105 0 72 342 122 27
Binary 1011 100010 1101100 1011010 1000101 0 111010 11100010 1010010 10111

Color Harmonies of #0B226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B226C

Black with #0B226C

Text Example


Text Example

White with #0B226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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