Html Css Color HEX #1B06CE Medium Blue

📋 copy color: '#1B06CE'

red 27 ◦ green 6 ◦ blue 206

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

Shades of Medium Blue #1B06CE

Tints of Medium Blue #1B06CE

RGB

 RED value IS 27 (10.94% from 255) = 11.3%

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

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

R = 11.3%
G = 2.51%
B = 86.19%

CMYK

 C value IS 0.87

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1B06CE (or 0x1B06CE) is known color: Medium Blue. HEX triplet: 1B, 06 and CE. RGB value is (27,6,206). Sum of RGB (Red+Green+Blue) = 27+6+206=239 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.30% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #1B06CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B06CE is #E4F931. Grayscale: #222222. Windows color (decimal): -15006002 or 13501979. OLE color: 13501979.

HSL color Cylindrical-coordinate representation of color #1B06CE: hue angle of 246.3º 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 #1B06CE is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 6 206 -
CMYK 0.87 0.97 0 0.19
HSL 246.3º 0.94% 0.42% -
HSV(B) 246.3º 0.97% 0.81% -
XYZ 11.66 4.82 58.71 -
YUV 35.08 224.46 122.24 -
System Red Green Blue C M Y K H S L
Decimal 27 6 206 0.87 0.97 0 0.19 246.3 0.94 0.42
Hex 1B 6 CE 57 61 0 13 F6 5E 2A
Octal 33 6 316 127 141 0 23 366 136 52
Binary 11011 110 11001110 1010111 1100001 0 10011 11110110 1011110 101010

Color Harmonies of #1B06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B06CE

Black with #1B06CE

Text Example


Text Example

White with #1B06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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