Html Css Color HEX #1F06CE Medium Blue

📋 copy color: '#1F06CE'

red 31 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #1F06CE

Tints of Medium Blue #1F06CE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 206 (80.86% from 255) = 84.77%

R = 12.76%
G = 2.47%
B = 84.77%

CMYK

 C value IS 0.85

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F06CE (or 0x1F06CE) is known color: Medium Blue. HEX triplet: 1F, 06 and CE. RGB value is (31,6,206). Sum of RGB (Red+Green+Blue) = 31+6+206=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06CE is #E0F931. Grayscale: #232323. Windows color (decimal): -14743858 or 13501983. OLE color: 13501983.

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

Color convert

RGB 31 6 206 -
CMYK 0.85 0.97 0 0.19
HSL 247.5º 0.94% 0.42% -
HSV(B) 247.5º 0.97% 0.81% -
XYZ 11.77 4.88 58.71 -
YUV 36.28 223.78 124.24 -
System Red Green Blue C M Y K H S L
Decimal 31 6 206 0.85 0.97 0 0.19 247.5 0.94 0.42
Hex 1F 6 CE 55 61 0 13 F8 5E 2A
Octal 37 6 316 125 141 0 23 370 136 52
Binary 11111 110 11001110 1010101 1100001 0 10011 11111000 1011110 101010

Color Harmonies of #1F06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F06CE

Black with #1F06CE

Text Example


Text Example

White with #1F06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,6,206); }

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

background-color css

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

 a { background-color: rgb(31,6,206); }

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

border-color css

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

 span { border-color: rgb(31,6,206); }

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