Html Css Color HEX #0B2271 Sapphire

📋 copy color: '#0B2271'

red 11 ◦ green 34 ◦ blue 113

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

Shades of Sapphire #0B2271

Tints of Sapphire #0B2271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 71.52%

R = 6.96%
G = 21.52%
B = 71.52%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B2271 (or 0x0B2271) is known color: Sapphire. HEX triplet: 0B, 22 and 71. RGB value is (11,34,113). Sum of RGB (Red+Green+Blue) = 11+34+113=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B2271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2271 is #F4DD8E. Grayscale: #232323. Windows color (decimal): -16047503 or 7414283. OLE color: 7414283.

HSL color Cylindrical-coordinate representation of color #0B2271: hue angle of 226.47º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B2271 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 34 113 -
CMYK 0.90 0.70 0 0.56
HSL 226.47º 0.82% 0.24% -
HSV(B) 226.47º 0.9% 0.44% -
XYZ 3.69 2.41 15.89 -
YUV 36.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 11 34 113 0.90 0.70 0 0.56 226.47 0.82 0.24
Hex B 22 71 5A 46 0 38 E2 52 18
Octal 13 42 161 132 106 0 70 342 122 30
Binary 1011 100010 1110001 1011010 1000110 0 111000 11100010 1010010 11000

Color Harmonies of #0B2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2271

Black with #0B2271

Text Example


Text Example

White with #0B2271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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