Html Css Color HEX #1018BC Medium Blue

📋 copy color: '#1018BC'

red 16 ◦ green 24 ◦ blue 188

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

Shades of Medium Blue #1018BC

Tints of Medium Blue #1018BC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

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

R = 7.02%
G = 10.53%
B = 82.46%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1018BC (or 0x1018BC) is known color: Medium Blue. HEX triplet: 10, 18 and BC. RGB value is (16,24,188). Sum of RGB (Red+Green+Blue) = 16+24+188=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #1018BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1018BC is #EFE743. Grayscale: #272727. Windows color (decimal): -15722308 or 12326928. OLE color: 12326928.

HSL color Cylindrical-coordinate representation of color #1018BC: hue angle of 237.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1018BC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 24 188 -
CMYK 0.91 0.87 0 0.26
HSL 237.21º 0.84% 0.4% -
HSV(B) 237.21º 0.91% 0.74% -
XYZ 9.62 4.39 47.92 -
YUV 40.3 211.35 110.66 -
System Red Green Blue C M Y K H S L
Decimal 16 24 188 0.91 0.87 0 0.26 237.21 0.84 0.4
Hex 10 18 BC 5B 57 0 1A ED 54 28
Octal 20 30 274 133 127 0 32 355 124 50
Binary 10000 11000 10111100 1011011 1010111 0 11010 11101101 1010100 101000

Color Harmonies of #1018BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1018BC

Black with #1018BC

Text Example


Text Example

White with #1018BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1018BC; }

 p { color: rgb(16,24,188); }

 H1.HeaderClassName
 {
   color: #1018BC;
 }
 .AnyTagClassName
 {
   color: #1018BC;
 }
</style>

background-color css

<style>
 a { background-color: #1018BC; }

 a { background-color: rgb(16,24,188); }

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

border-color css

<style>
 span { border-color: #1018BC; }

 span { border-color: rgb(16,24,188); }

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