Html Css Color HEX #0B1BCC Medium Blue

📋 copy color: '#0B1BCC'

red 11 ◦ green 27 ◦ blue 204

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

Shades of Medium Blue #0B1BCC

Tints of Medium Blue #0B1BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

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

R = 4.55%
G = 11.16%
B = 84.3%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0B1BCC (or 0x0B1BCC) is known color: Medium Blue. HEX triplet: 0B, 1B and CC. RGB value is (11,27,204). Sum of RGB (Red+Green+Blue) = 11+27+204=242 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.55% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 204 (80.08% from 255 or 84.30% from 242); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B1BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B1BCC is #F4E433. Grayscale: #292929. Windows color (decimal): -16049204 or 13376267. OLE color: 13376267.

HSL color Cylindrical-coordinate representation of color #0B1BCC: hue angle of 235.03º 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 #0B1BCC is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 27 204 -
CMYK 0.95 0.87 0 0.2
HSL 235.03º 0.9% 0.42% -
HSV(B) 235.03º 0.95% 0.8% -
XYZ 11.43 5.21 57.53 -
YUV 42.39 219.2 105.61 -
System Red Green Blue C M Y K H S L
Decimal 11 27 204 0.95 0.87 0 0.2 235.03 0.9 0.42
Hex B 1B CC 5F 57 0 14 EB 5A 2A
Octal 13 33 314 137 127 0 24 353 132 52
Binary 1011 11011 11001100 1011111 1010111 0 10100 11101011 1011010 101010

Color Harmonies of #0B1BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1BCC

Black with #0B1BCC

Text Example


Text Example

White with #0B1BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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