Html Css Color HEX #000BCB Medium Blue

📋 copy color: '#000BCB'

red 0 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #000BCB

Tints of Medium Blue #000BCB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 11 (4.69% from 255) = 5.14%

 BLUE value IS 203 (79.69% from 255) = 94.86%

R = 0%
G = 5.14%
B = 94.86%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#000BCB (or 0x000BCB) is known color: Medium Blue. HEX triplet: 00, 0B and CB. RGB value is (0,11,203). Sum of RGB (Red+Green+Blue) = 0+11+203=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 203 (79.69% from 255 or 94.86% from 214); Max value from RGB is 203 - color contains mainly: blue. Hex color #000BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000BCB is #FFF434. Grayscale: #1C1C1C. Windows color (decimal): -16774197 or 13306624. OLE color: 13306624.

HSL color Cylindrical-coordinate representation of color #000BCB: hue angle of 236.75º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000BCB is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 11 203 -
CMYK 1 0.95 0 0.20
HSL 236.75º 1% 0.4% -
HSV(B) 236.75º 1% 0.8% -
XYZ 10.9 4.55 56.8 -
YUV 29.6 225.86 106.89 -
System Red Green Blue C M Y K H S L
Decimal 0 11 203 1 0.95 0 0.20 236.75 1 0.4
Hex 0 B CB 64 5F 0 14 ED 64 28
Octal 0 13 313 144 137 0 24 355 144 50
Binary 0 1011 11001011 1100100 1011111 0 10100 11101101 1100100 101000

Color Harmonies of #000BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BCB

Black with #000BCB

Text Example


Text Example

White with #000BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000BCB; }

 p { color: rgb(0,11,203); }

 H1.HeaderClassName
 {
   color: #000BCB;
 }
 .AnyTagClassName
 {
   color: #000BCB;
 }
</style>

background-color css

<style>
 a { background-color: #000BCB; }

 a { background-color: rgb(0,11,203); }

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

border-color css

<style>
 span { border-color: #000BCB; }

 span { border-color: rgb(0,11,203); }

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