Html Css Color HEX #1F13CF Medium Blue

📋 copy color: '#1F13CF'

red 31 ◦ green 19 ◦ blue 207

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

Shades of Medium Blue #1F13CF

Tints of Medium Blue #1F13CF

RGB

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

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

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

R = 12.06%
G = 7.39%
B = 80.54%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F13CF (or 0x1F13CF) is known color: Medium Blue. HEX triplet: 1F, 13 and CF. RGB value is (31,19,207). Sum of RGB (Red+Green+Blue) = 31+19+207=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F13CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F13CF is #E0EC30. Grayscale: #2B2B2B. Windows color (decimal): -14740529 or 13570847. OLE color: 13570847.

HSL color Cylindrical-coordinate representation of color #1F13CF: hue angle of 243.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F13CF is Cyan = 0.85, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 31 19 207 -
CMYK 0.85 0.91 0 0.19
HSL 243.83º 0.83% 0.44% -
HSV(B) 243.83º 0.91% 0.81% -
XYZ 12.06 5.26 59.41 -
YUV 44.02 219.98 118.71 -
System Red Green Blue C M Y K H S L
Decimal 31 19 207 0.85 0.91 0 0.19 243.83 0.83 0.44
Hex 1F 13 CF 55 5B 0 13 F4 53 2C
Octal 37 23 317 125 133 0 23 364 123 54
Binary 11111 10011 11001111 1010101 1011011 0 10011 11110100 1010011 101100

Color Harmonies of #1F13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F13CF

Black with #1F13CF

Text Example


Text Example

White with #1F13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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