Html Css Color HEX #0B225B Sapphire

📋 copy color: '#0B225B'

red 11 ◦ green 34 ◦ blue 91

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

Shades of Sapphire #0B225B

Tints of Sapphire #0B225B

RGB

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

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

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

R = 8.09%
G = 25%
B = 66.91%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0B225B (or 0x0B225B) is known color: Sapphire. HEX triplet: 0B, 22 and 5B. RGB value is (11,34,91). Sum of RGB (Red+Green+Blue) = 11+34+91=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #0B225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B225B is #F4DDA4. Grayscale: #212121. Windows color (decimal): -16047525 or 5972491. OLE color: 5972491.

HSL color Cylindrical-coordinate representation of color #0B225B: hue angle of 222.75º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B225B is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 11 34 91 -
CMYK 0.88 0.63 0 0.64
HSL 222.75º 0.78% 0.2% -
HSV(B) 222.75º 0.88% 0.36% -
XYZ 2.6 1.97 10.14 -
YUV 33.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 11 34 91 0.88 0.63 0 0.64 222.75 0.78 0.2
Hex B 22 5B 58 3F 0 40 DF 4E 14
Octal 13 42 133 130 77 0 100 337 116 24
Binary 1011 100010 1011011 1011000 111111 0 1000000 11011111 1001110 10100

Color Harmonies of #0B225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B225B

Black with #0B225B

Text Example


Text Example

White with #0B225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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