Html Css Color HEX #1F0CBE Medium Blue

📋 copy color: '#1F0CBE'

red 31 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #1F0CBE

Tints of Medium Blue #1F0CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

 BLUE value IS 190 (74.61% from 255) = 81.55%

R = 13.3%
G = 5.15%
B = 81.55%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1F0CBE (or 0x1F0CBE) is known color: Medium Blue. HEX triplet: 1F, 0C and BE. RGB value is (31,12,190). Sum of RGB (Red+Green+Blue) = 31+12+190=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 190 (74.61% from 255 or 81.55% from 233); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F0CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0CBE is #E0F341. Grayscale: #252525. Windows color (decimal): -14742338 or 12454943. OLE color: 12454943.

HSL color Cylindrical-coordinate representation of color #1F0CBE: hue angle of 246.4º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0CBE is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 12 190 -
CMYK 0.84 0.94 0 0.25
HSL 246.4º 0.88% 0.4% -
HSV(B) 246.4º 0.94% 0.75% -
XYZ 9.99 4.27 49.01 -
YUV 37.97 213.79 123.03 -
System Red Green Blue C M Y K H S L
Decimal 31 12 190 0.84 0.94 0 0.25 246.4 0.88 0.4
Hex 1F C BE 54 5E 0 19 F6 58 28
Octal 37 14 276 124 136 0 31 366 130 50
Binary 11111 1100 10111110 1010100 1011110 0 11001 11110110 1011000 101000

Color Harmonies of #1F0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0CBE

Black with #1F0CBE

Text Example


Text Example

White with #1F0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,12,190); }

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

background-color css

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

 a { background-color: rgb(31,12,190); }

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

border-color css

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

 span { border-color: rgb(31,12,190); }

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