Html Css Color HEX #1004BE Medium Blue

📋 copy color: '#1004BE'

red 16 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #1004BE

Tints of Medium Blue #1004BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.48%

R = 7.62%
G = 1.9%
B = 90.48%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1004BE (or 0x1004BE) is known color: Medium Blue. HEX triplet: 10, 04 and BE. RGB value is (16,4,190). Sum of RGB (Red+Green+Blue) = 16+4+190=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #1004BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004BE is #EFFB41. Grayscale: #1C1C1C. Windows color (decimal): -15727426 or 12452880. OLE color: 12452880.

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

Color convert

RGB 16 4 190 -
CMYK 0.92 0.98 0 0.25
HSL 243.87º 0.96% 0.38% -
HSV(B) 243.87º 0.98% 0.75% -
XYZ 9.55 3.91 48.97 -
YUV 28.79 218.98 118.88 -
System Red Green Blue C M Y K H S L
Decimal 16 4 190 0.92 0.98 0 0.25 243.87 0.96 0.38
Hex 10 4 BE 5C 62 0 19 F4 60 26
Octal 20 4 276 134 142 0 31 364 140 46
Binary 10000 100 10111110 1011100 1100010 0 11001 11110100 1100000 100110

Color Harmonies of #1004BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004BE

Black with #1004BE

Text Example


Text Example

White with #1004BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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