Html Css Color HEX #1F18C7 Medium Blue

📋 copy color: '#1F18C7'

red 31 ◦ green 24 ◦ blue 199

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

Shades of Medium Blue #1F18C7

Tints of Medium Blue #1F18C7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 199 (78.13% from 255) = 78.35%

R = 12.2%
G = 9.45%
B = 78.35%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1F18C7 (or 0x1F18C7) is known color: Medium Blue. HEX triplet: 1F, 18 and C7. RGB value is (31,24,199). Sum of RGB (Red+Green+Blue) = 31+24+199=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 199 (78.12% from 255 or 78.35% from 254); Max value from RGB is 199 - color contains mainly: blue. Hex color #1F18C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18C7 is #E0E738. Grayscale: #2D2D2D. Windows color (decimal): -14739257 or 13047839. OLE color: 13047839.

HSL color Cylindrical-coordinate representation of color #1F18C7: hue angle of 242.4º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F18C7 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 31 24 199 -
CMYK 0.84 0.88 0 0.22
HSL 242.4º 0.78% 0.44% -
HSV(B) 242.4º 0.88% 0.78% -
XYZ 11.2 5.07 54.42 -
YUV 46.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 31 24 199 0.84 0.88 0 0.22 242.4 0.78 0.44
Hex 1F 18 C7 54 58 0 16 F2 4E 2C
Octal 37 30 307 124 130 0 26 362 116 54
Binary 11111 11000 11000111 1010100 1011000 0 10110 11110010 1001110 101100

Color Harmonies of #1F18C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F18C7

Black with #1F18C7

Text Example


Text Example

White with #1F18C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,199); }

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

background-color css

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

 a { background-color: rgb(31,24,199); }

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

border-color css

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

 span { border-color: rgb(31,24,199); }

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