Html Css Color HEX #130ACC Medium Blue

📋 copy color: '#130ACC'

red 19 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #130ACC

Tints of Medium Blue #130ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.29%

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

R = 8.15%
G = 4.29%
B = 87.55%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#130ACC (or 0x130ACC) is known color: Medium Blue. HEX triplet: 13, 0A and CC. RGB value is (19,10,204). Sum of RGB (Red+Green+Blue) = 19+10+204=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #130ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ACC is #ECF533. Grayscale: #222222. Windows color (decimal): -15529268 or 13371923. OLE color: 13371923.

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

Color convert

RGB 19 10 204 -
CMYK 0.91 0.95 0 0.2
HSL 242.78º 0.91% 0.42% -
HSV(B) 242.78º 0.95% 0.8% -
XYZ 11.28 4.72 57.44 -
YUV 34.81 223.48 116.73 -
System Red Green Blue C M Y K H S L
Decimal 19 10 204 0.91 0.95 0 0.2 242.78 0.91 0.42
Hex 13 A CC 5B 5F 0 14 F3 5B 2A
Octal 23 12 314 133 137 0 24 363 133 52
Binary 10011 1010 11001100 1011011 1011111 0 10100 11110011 1011011 101010

Color Harmonies of #130ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ACC

Black with #130ACC

Text Example


Text Example

White with #130ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,10,204); }

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

background-color css

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

 a { background-color: rgb(19,10,204); }

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

border-color css

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

 span { border-color: rgb(19,10,204); }

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