Html Css Color HEX #0B2260 Sapphire

📋 copy color: '#0B2260'

red 11 ◦ green 34 ◦ blue 96

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

Shades of Sapphire #0B2260

Tints of Sapphire #0B2260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 68.09%

R = 7.8%
G = 24.11%
B = 68.09%

CMYK

 C value IS 0.89

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0B2260 (or 0x0B2260) is known color: Sapphire. HEX triplet: 0B, 22 and 60. RGB value is (11,34,96). Sum of RGB (Red+Green+Blue) = 11+34+96=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B2260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2260 is #F4DD9F. Grayscale: #212121. Windows color (decimal): -16047520 or 6300171. OLE color: 6300171.

HSL color Cylindrical-coordinate representation of color #0B2260: hue angle of 223.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B2260 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 11 34 96 -
CMYK 0.89 0.65 0 0.62
HSL 223.76º 0.79% 0.21% -
HSV(B) 223.76º 0.89% 0.38% -
XYZ 2.82 2.06 11.32 -
YUV 34.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 11 34 96 0.89 0.65 0 0.62 223.76 0.79 0.21
Hex B 22 60 59 41 0 3E E0 4F 15
Octal 13 42 140 131 101 0 76 340 117 25
Binary 1011 100010 1100000 1011001 1000001 0 111110 11100000 1001111 10101

Color Harmonies of #0B2260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2260

Black with #0B2260

Text Example


Text Example

White with #0B2260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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