Html Css Color HEX #1B08BC Medium Blue

📋 copy color: '#1B08BC'

red 27 ◦ green 8 ◦ blue 188

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

Shades of Medium Blue #1B08BC

Tints of Medium Blue #1B08BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.59%

 BLUE value IS 188 (73.83% from 255) = 84.3%

R = 12.11%
G = 3.59%
B = 84.3%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1B08BC (or 0x1B08BC) is known color: Medium Blue. HEX triplet: 1B, 08 and BC. RGB value is (27,8,188). Sum of RGB (Red+Green+Blue) = 27+8+188=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B08BC is #E4F743. Grayscale: #212121. Windows color (decimal): -15005508 or 12322843. OLE color: 12322843.

HSL color Cylindrical-coordinate representation of color #1B08BC: hue angle of 246.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B08BC is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 8 188 -
CMYK 0.86 0.96 0 0.26
HSL 246.33º 0.92% 0.38% -
HSV(B) 246.33º 0.96% 0.74% -
XYZ 9.62 4.04 47.85 -
YUV 34.2 214.79 122.86 -
System Red Green Blue C M Y K H S L
Decimal 27 8 188 0.86 0.96 0 0.26 246.33 0.92 0.38
Hex 1B 8 BC 56 60 0 1A F6 5C 26
Octal 33 10 274 126 140 0 32 366 134 46
Binary 11011 1000 10111100 1010110 1100000 0 11010 11110110 1011100 100110

Color Harmonies of #1B08BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B08BC

Black with #1B08BC

Text Example


Text Example

White with #1B08BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,8,188); }

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

background-color css

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

 a { background-color: rgb(27,8,188); }

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

border-color css

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

 span { border-color: rgb(27,8,188); }

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