Html Css Color HEX #0B11CC Medium Blue

📋 copy color: '#0B11CC'

red 11 ◦ green 17 ◦ blue 204

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

Shades of Medium Blue #0B11CC

Tints of Medium Blue #0B11CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 204 (80.08% from 255) = 87.93%

R = 4.74%
G = 7.33%
B = 87.93%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0B11CC (or 0x0B11CC) is known color: Medium Blue. HEX triplet: 0B, 11 and CC. RGB value is (11,17,204). Sum of RGB (Red+Green+Blue) = 11+17+204=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 204 (80.08% from 255 or 87.93% from 232); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B11CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B11CC is #F4EE33. Grayscale: #232323. Windows color (decimal): -16051764 or 13373707. OLE color: 13373707.

HSL color Cylindrical-coordinate representation of color #0B11CC: hue angle of 238.13º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B11CC is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 17 204 -
CMYK 0.95 0.92 0 0.2
HSL 238.13º 0.9% 0.42% -
HSV(B) 238.13º 0.95% 0.8% -
XYZ 11.24 4.83 57.47 -
YUV 36.52 222.51 109.79 -
System Red Green Blue C M Y K H S L
Decimal 11 17 204 0.95 0.92 0 0.2 238.13 0.9 0.42
Hex B 11 CC 5F 5C 0 14 EE 5A 2A
Octal 13 21 314 137 134 0 24 356 132 52
Binary 1011 10001 11001100 1011111 1011100 0 10100 11101110 1011010 101010

Color Harmonies of #0B11CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B11CC

Black with #0B11CC

Text Example


Text Example

White with #0B11CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,17,204); }

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

background-color css

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

 a { background-color: rgb(11,17,204); }

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

border-color css

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

 span { border-color: rgb(11,17,204); }

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