Html Css Color HEX #130BCB Medium Blue

📋 copy color: '#130BCB'

red 19 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #130BCB

Tints of Medium Blue #130BCB

RGB

 RED value IS 19 (7.81% from 255) = 8.15%

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

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

R = 8.15%
G = 4.72%
B = 87.12%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#130BCB (or 0x130BCB) is known color: Medium Blue. HEX triplet: 13, 0B and CB. RGB value is (19,11,203). Sum of RGB (Red+Green+Blue) = 19+11+203=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #130BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BCB is #ECF434. Grayscale: #222222. Windows color (decimal): -15529013 or 13306643. OLE color: 13306643.

HSL color Cylindrical-coordinate representation of color #130BCB: hue angle of 242.5º 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 #130BCB is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 11 203 -
CMYK 0.91 0.95 0 0.20
HSL 242.5º 0.9% 0.42% -
HSV(B) 242.5º 0.95% 0.8% -
XYZ 11.17 4.69 56.82 -
YUV 35.28 222.65 116.39 -
System Red Green Blue C M Y K H S L
Decimal 19 11 203 0.91 0.95 0 0.20 242.5 0.9 0.42
Hex 13 B CB 5B 5F 0 14 F2 5A 2A
Octal 23 13 313 133 137 0 24 362 132 52
Binary 10011 1011 11001011 1011011 1011111 0 10100 11110010 1011010 101010

Color Harmonies of #130BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BCB

Black with #130BCB

Text Example


Text Example

White with #130BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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