Html Css Color HEX #1B08BE Medium Blue

📋 copy color: '#1B08BE'

red 27 ◦ green 8 ◦ blue 190

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

Shades of Medium Blue #1B08BE

Tints of Medium Blue #1B08BE

RGB

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

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

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

R = 12%
G = 3.56%
B = 84.44%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B08BE (or 0x1B08BE) is known color: Medium Blue. HEX triplet: 1B, 08 and BE. RGB value is (27,8,190). Sum of RGB (Red+Green+Blue) = 27+8+190=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 190 (74.61% from 255 or 84.44% from 225); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B08BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B08BE is #E4F741. Grayscale: #212121. Windows color (decimal): -15005506 or 12453915. OLE color: 12453915.

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

Color convert

RGB 27 8 190 -
CMYK 0.86 0.96 0 0.25
HSL 246.26º 0.92% 0.39% -
HSV(B) 246.26º 0.96% 0.75% -
XYZ 9.83 4.12 48.99 -
YUV 34.43 215.79 122.7 -
System Red Green Blue C M Y K H S L
Decimal 27 8 190 0.86 0.96 0 0.25 246.26 0.92 0.39
Hex 1B 8 BE 56 60 0 19 F6 5C 27
Octal 33 10 276 126 140 0 31 366 134 47
Binary 11011 1000 10111110 1010110 1100000 0 11001 11110110 1011100 100111

Color Harmonies of #1B08BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B08BE

Black with #1B08BE

Text Example


Text Example

White with #1B08BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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