Html Css Color HEX #130BCF Medium Blue

📋 copy color: '#130BCF'

red 19 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #130BCF

Tints of Medium Blue #130BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 87.34%

R = 8.02%
G = 4.64%
B = 87.34%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#130BCF (or 0x130BCF) is known color: Medium Blue. HEX triplet: 13, 0B and CF. RGB value is (19,11,207). Sum of RGB (Red+Green+Blue) = 19+11+207=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #130BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BCF is #ECF430. Grayscale: #222222. Windows color (decimal): -15529009 or 13568787. OLE color: 13568787.

HSL color Cylindrical-coordinate representation of color #130BCF: hue angle of 242.45º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BCF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 11 207 -
CMYK 0.91 0.95 0 0.19
HSL 242.45º 0.9% 0.43% -
HSV(B) 242.45º 0.95% 0.81% -
XYZ 11.65 4.88 59.36 -
YUV 35.74 224.65 116.06 -
System Red Green Blue C M Y K H S L
Decimal 19 11 207 0.91 0.95 0 0.19 242.45 0.9 0.43
Hex 13 B CF 5B 5F 0 13 F2 5A 2B
Octal 23 13 317 133 137 0 23 362 132 53
Binary 10011 1011 11001111 1011011 1011111 0 10011 11110010 1011010 101011

Color Harmonies of #130BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130BCF

Black with #130BCF

Text Example


Text Example

White with #130BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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