Html Css Color HEX #1B07BC Medium Blue

📋 copy color: '#1B07BC'

red 27 ◦ green 7 ◦ blue 188

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

Shades of Medium Blue #1B07BC

Tints of Medium Blue #1B07BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 12.16%
G = 3.15%
B = 84.68%

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

#1B07BC (or 0x1B07BC) is known color: Medium Blue. HEX triplet: 1B, 07 and BC. RGB value is (27,7,188). Sum of RGB (Red+Green+Blue) = 27+7+188=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B07BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B07BC is #E4F843. Grayscale: #202020. Windows color (decimal): -15005764 or 12322587. OLE color: 12322587.

HSL color Cylindrical-coordinate representation of color #1B07BC: hue angle of 246.63º degrees, saturation: 0.93, 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 #1B07BC is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 7 188 -
CMYK 0.86 0.96 0 0.26
HSL 246.63º 0.93% 0.38% -
HSV(B) 246.63º 0.96% 0.74% -
XYZ 9.61 4.02 47.85 -
YUV 33.61 215.13 123.28 -
System Red Green Blue C M Y K H S L
Decimal 27 7 188 0.86 0.96 0 0.26 246.63 0.93 0.38
Hex 1B 7 BC 56 60 0 1A F7 5D 26
Octal 33 7 274 126 140 0 32 367 135 46
Binary 11011 111 10111100 1010110 1100000 0 11010 11110111 1011101 100110

Color Harmonies of #1B07BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B07BC

Black with #1B07BC

Text Example


Text Example

White with #1B07BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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