Html Css Color HEX #131DCC Medium Blue

📋 copy color: '#131DCC'

red 19 ◦ green 29 ◦ blue 204

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

Shades of Medium Blue #131DCC

Tints of Medium Blue #131DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 7.54%
G = 11.51%
B = 80.95%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#131DCC (or 0x131DCC) is known color: Medium Blue. HEX triplet: 13, 1D and CC. RGB value is (19,29,204). Sum of RGB (Red+Green+Blue) = 19+29+204=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #131DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DCC is #ECE233. Grayscale: #2D2D2D. Windows color (decimal): -15524404 or 13376787. OLE color: 13376787.

HSL color Cylindrical-coordinate representation of color #131DCC: hue angle of 236.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131DCC is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 29 204 -
CMYK 0.91 0.86 0 0.2
HSL 236.76º 0.83% 0.44% -
HSV(B) 236.76º 0.91% 0.8% -
XYZ 11.61 5.38 57.55 -
YUV 45.96 217.19 108.77 -
System Red Green Blue C M Y K H S L
Decimal 19 29 204 0.91 0.86 0 0.2 236.76 0.83 0.44
Hex 13 1D CC 5B 56 0 14 ED 53 2C
Octal 23 35 314 133 126 0 24 355 123 54
Binary 10011 11101 11001100 1011011 1010110 0 10100 11101101 1010011 101100

Color Harmonies of #131DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DCC

Black with #131DCC

Text Example


Text Example

White with #131DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131DCC; }

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

 H1.HeaderClassName
 {
   color: #131DCC;
 }
 .AnyTagClassName
 {
   color: #131DCC;
 }
</style>

background-color css

<style>
 a { background-color: #131DCC; }

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

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

border-color css

<style>
 span { border-color: #131DCC; }

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

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