Html Css Color HEX #0B206C Sapphire

📋 copy color: '#0B206C'

red 11 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #0B206C

Tints of Sapphire #0B206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 7.28%
G = 21.19%
B = 71.52%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B206C (or 0x0B206C) is known color: Sapphire. HEX triplet: 0B, 20 and 6C. RGB value is (11,32,108). Sum of RGB (Red+Green+Blue) = 11+32+108=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B206C is #F4DF93. Grayscale: #222222. Windows color (decimal): -16048020 or 7086091. OLE color: 7086091.

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

Color convert

RGB 11 32 108 -
CMYK 0.90 0.70 0 0.58
HSL 227.01º 0.82% 0.23% -
HSV(B) 227.01º 0.9% 0.42% -
XYZ 3.36 2.19 14.43 -
YUV 34.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 11 32 108 0.90 0.70 0 0.58 227.01 0.82 0.23
Hex B 20 6C 5A 46 0 3A E3 52 17
Octal 13 40 154 132 106 0 72 343 122 27
Binary 1011 100000 1101100 1011010 1000110 0 111010 11100011 1010010 10111

Color Harmonies of #0B206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B206C

Black with #0B206C

Text Example


Text Example

White with #0B206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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