Html Css Color HEX #1F03C6 Medium Blue

📋 copy color: '#1F03C6'

red 31 ◦ green 3 ◦ blue 198

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

Shades of Medium Blue #1F03C6

Tints of Medium Blue #1F03C6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 198 (77.73% from 255) = 85.34%

R = 13.36%
G = 1.29%
B = 85.34%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1F03C6 (or 0x1F03C6) is known color: Medium Blue. HEX triplet: 1F, 03 and C6. RGB value is (31,3,198). Sum of RGB (Red+Green+Blue) = 31+3+198=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 198 (77.73% from 255 or 85.34% from 232); Max value from RGB is 198 - color contains mainly: blue. Hex color #1F03C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F03C6 is #E0FC39. Grayscale: #202020. Windows color (decimal): -14744634 or 12976927. OLE color: 12976927.

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

Color convert

RGB 31 3 198 -
CMYK 0.84 0.98 0 0.22
HSL 248.62º 0.97% 0.39% -
HSV(B) 248.62º 0.98% 0.78% -
XYZ 10.79 4.43 53.71 -
YUV 33.6 220.78 126.14 -
System Red Green Blue C M Y K H S L
Decimal 31 3 198 0.84 0.98 0 0.22 248.62 0.97 0.39
Hex 1F 3 C6 54 62 0 16 F9 61 27
Octal 37 3 306 124 142 0 26 371 141 47
Binary 11111 11 11000110 1010100 1100010 0 10110 11111001 1100001 100111

Color Harmonies of #1F03C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F03C6

Black with #1F03C6

Text Example


Text Example

White with #1F03C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,3,198); }

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

background-color css

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

 a { background-color: rgb(31,3,198); }

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

border-color css

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

 span { border-color: rgb(31,3,198); }

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