Html Css Color HEX #1004BC Medium Blue

📋 copy color: '#1004BC'

red 16 ◦ green 4 ◦ blue 188

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

Shades of Medium Blue #1004BC

Tints of Medium Blue #1004BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.92%

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

R = 7.69%
G = 1.92%
B = 90.38%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1004BC (or 0x1004BC) is known color: Medium Blue. HEX triplet: 10, 04 and BC. RGB value is (16,4,188). Sum of RGB (Red+Green+Blue) = 16+4+188=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 188 (73.83% from 255 or 90.38% from 208); Max value from RGB is 188 - color contains mainly: blue. Hex color #1004BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004BC is #EFFB43. Grayscale: #1B1B1B. Windows color (decimal): -15727428 or 12321808. OLE color: 12321808.

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

Color convert

RGB 16 4 188 -
CMYK 0.91 0.98 0 0.26
HSL 243.91º 0.96% 0.38% -
HSV(B) 243.91º 0.98% 0.74% -
XYZ 9.33 3.83 47.82 -
YUV 28.56 217.98 119.04 -
System Red Green Blue C M Y K H S L
Decimal 16 4 188 0.91 0.98 0 0.26 243.91 0.96 0.38
Hex 10 4 BC 5B 62 0 1A F4 60 26
Octal 20 4 274 133 142 0 32 364 140 46
Binary 10000 100 10111100 1011011 1100010 0 11010 11110100 1100000 100110

Color Harmonies of #1004BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004BC

Black with #1004BC

Text Example


Text Example

White with #1004BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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