Html Css Color HEX #0B2076 Sapphire

📋 copy color: '#0B2076'

red 11 ◦ green 32 ◦ blue 118

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

Shades of Sapphire #0B2076

Tints of Sapphire #0B2076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 73.29%

R = 6.83%
G = 19.88%
B = 73.29%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B2076 (or 0x0B2076) is known color: Sapphire. HEX triplet: 0B, 20 and 76. RGB value is (11,32,118). Sum of RGB (Red+Green+Blue) = 11+32+118=161 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.83% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B2076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B2076 is #F4DF89. Grayscale: #232323. Windows color (decimal): -16048010 or 7741451. OLE color: 7741451.

HSL color Cylindrical-coordinate representation of color #0B2076: hue angle of 228.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B2076 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 11 32 118 -
CMYK 0.91 0.73 0 0.54
HSL 228.22º 0.83% 0.25% -
HSV(B) 228.22º 0.91% 0.46% -
XYZ 3.92 2.41 17.4 -
YUV 35.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 11 32 118 0.91 0.73 0 0.54 228.22 0.83 0.25
Hex B 20 76 5B 49 0 36 E4 53 19
Octal 13 40 166 133 111 0 66 344 123 31
Binary 1011 100000 1110110 1011011 1001001 0 110110 11100100 1010011 11001

Color Harmonies of #0B2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2076

Black with #0B2076

Text Example


Text Example

White with #0B2076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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