Html Css Color HEX #0B2258 Sapphire

📋 copy color: '#0B2258'

red 11 ◦ green 34 ◦ blue 88

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

Shades of Sapphire #0B2258

Tints of Sapphire #0B2258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 66.17%

R = 8.27%
G = 25.56%
B = 66.17%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B2258 (or 0x0B2258) is known color: Sapphire. HEX triplet: 0B, 22 and 58. RGB value is (11,34,88). Sum of RGB (Red+Green+Blue) = 11+34+88=133 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.27% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B2258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2258 is #F4DDA7. Grayscale: #212121. Windows color (decimal): -16047528 or 5775883. OLE color: 5775883.

HSL color Cylindrical-coordinate representation of color #0B2258: hue angle of 222.08º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B2258 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 34 88 -
CMYK 0.88 0.61 0 0.65
HSL 222.08º 0.78% 0.19% -
HSV(B) 222.08º 0.88% 0.35% -
XYZ 2.47 1.92 9.47 -
YUV 33.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 11 34 88 0.88 0.61 0 0.65 222.08 0.78 0.19
Hex B 22 58 58 3D 0 41 DE 4E 13
Octal 13 42 130 130 75 0 101 336 116 23
Binary 1011 100010 1011000 1011000 111101 0 1000001 11011110 1001110 10011

Color Harmonies of #0B2258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2258

Black with #0B2258

Text Example


Text Example

White with #0B2258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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