Html Css Color HEX #1F13CC Medium Blue

📋 copy color: '#1F13CC'

red 31 ◦ green 19 ◦ blue 204

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

Shades of Medium Blue #1F13CC

Tints of Medium Blue #1F13CC

RGB

 RED value IS 31 (12.5% from 255) = 12.2%

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 12.2%
G = 7.48%
B = 80.31%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1F13CC (or 0x1F13CC) is known color: Medium Blue. HEX triplet: 1F, 13 and CC. RGB value is (31,19,204). Sum of RGB (Red+Green+Blue) = 31+19+204=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F13CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F13CC is #E0EC33. Grayscale: #2A2A2A. Windows color (decimal): -14740532 or 13374239. OLE color: 13374239.

HSL color Cylindrical-coordinate representation of color #1F13CC: hue angle of 243.89º 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 #1F13CC is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 19 204 -
CMYK 0.85 0.91 0 0.2
HSL 243.89º 0.83% 0.44% -
HSV(B) 243.89º 0.91% 0.8% -
XYZ 11.7 5.12 57.5 -
YUV 43.68 218.48 118.96 -
System Red Green Blue C M Y K H S L
Decimal 31 19 204 0.85 0.91 0 0.2 243.89 0.83 0.44
Hex 1F 13 CC 55 5B 0 14 F4 53 2C
Octal 37 23 314 125 133 0 24 364 123 54
Binary 11111 10011 11001100 1010101 1011011 0 10100 11110100 1010011 101100

Color Harmonies of #1F13CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F13CC

Black with #1F13CC

Text Example


Text Example

White with #1F13CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F13CC; }

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

 H1.HeaderClassName
 {
   color: #1F13CC;
 }
 .AnyTagClassName
 {
   color: #1F13CC;
 }
</style>

background-color css

<style>
 a { background-color: #1F13CC; }

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

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

border-color css

<style>
 span { border-color: #1F13CC; }

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

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