Html Css Color HEX #1007BB Medium Blue

📋 copy color: '#1007BB'

red 16 ◦ green 7 ◦ blue 187

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

Shades of Medium Blue #1007BB

Tints of Medium Blue #1007BB

RGB

 RED value IS 16 (6.64% from 255) = 7.62%

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

 BLUE value IS 187 (73.44% from 255) = 89.05%

R = 7.62%
G = 3.33%
B = 89.05%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1007BB (or 0x1007BB) is known color: Medium Blue. HEX triplet: 10, 07 and BB. RGB value is (16,7,187). Sum of RGB (Red+Green+Blue) = 16+7+187=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #1007BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1007BB is #EFF844. Grayscale: #1D1D1D. Windows color (decimal): -15726661 or 12257040. OLE color: 12257040.

HSL color Cylindrical-coordinate representation of color #1007BB: hue angle of 243º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1007BB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 7 187 -
CMYK 0.91 0.96 0 0.27
HSL 243º 0.93% 0.38% -
HSV(B) 243º 0.96% 0.73% -
XYZ 9.26 3.85 47.27 -
YUV 30.21 216.48 117.86 -
System Red Green Blue C M Y K H S L
Decimal 16 7 187 0.91 0.96 0 0.27 243 0.93 0.38
Hex 10 7 BB 5B 60 0 1B F3 5D 26
Octal 20 7 273 133 140 0 33 363 135 46
Binary 10000 111 10111011 1011011 1100000 0 11011 11110011 1011101 100110

Color Harmonies of #1007BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1007BB

Black with #1007BB

Text Example


Text Example

White with #1007BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1007BB; }

 p { color: rgb(16,7,187); }

 H1.HeaderClassName
 {
   color: #1007BB;
 }
 .AnyTagClassName
 {
   color: #1007BB;
 }
</style>

background-color css

<style>
 a { background-color: #1007BB; }

 a { background-color: rgb(16,7,187); }

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

border-color css

<style>
 span { border-color: #1007BB; }

 span { border-color: rgb(16,7,187); }

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