Html Css Color HEX #1004BD Medium Blue

📋 copy color: '#1004BD'

red 16 ◦ green 4 ◦ blue 189

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

Shades of Medium Blue #1004BD

Tints of Medium Blue #1004BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 90.43%

R = 7.66%
G = 1.91%
B = 90.43%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1004BD (or 0x1004BD) is known color: Medium Blue. HEX triplet: 10, 04 and BD. RGB value is (16,4,189). Sum of RGB (Red+Green+Blue) = 16+4+189=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #1004BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004BD is #EFFB42. Grayscale: #1B1B1B. Windows color (decimal): -15727427 or 12387344. OLE color: 12387344.

HSL color Cylindrical-coordinate representation of color #1004BD: hue angle of 243.89º 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 #1004BD is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 4 189 -
CMYK 0.92 0.98 0 0.26
HSL 243.89º 0.96% 0.38% -
HSV(B) 243.89º 0.98% 0.74% -
XYZ 9.44 3.87 48.39 -
YUV 28.68 218.48 118.96 -
System Red Green Blue C M Y K H S L
Decimal 16 4 189 0.92 0.98 0 0.26 243.89 0.96 0.38
Hex 10 4 BD 5C 62 0 1A F4 60 26
Octal 20 4 275 134 142 0 32 364 140 46
Binary 10000 100 10111101 1011100 1100010 0 11010 11110100 1100000 100110

Color Harmonies of #1004BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004BD

Black with #1004BD

Text Example


Text Example

White with #1004BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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