Html Css Color HEX #1004BB Medium Blue

📋 copy color: '#1004BB'

red 16 ◦ green 4 ◦ blue 187

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

Shades of Medium Blue #1004BB

Tints of Medium Blue #1004BB

RGB

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

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

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

R = 7.73%
G = 1.93%
B = 90.34%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1004BB (or 0x1004BB) is known color: Medium Blue. HEX triplet: 10, 04 and BB. RGB value is (16,4,187). Sum of RGB (Red+Green+Blue) = 16+4+187=207 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.73% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 187 (73.44% from 255 or 90.34% from 207); Max value from RGB is 187 - color contains mainly: blue. Hex color #1004BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1004BB is #EFFB44. Grayscale: #1B1B1B. Windows color (decimal): -15727429 or 12256272. OLE color: 12256272.

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

Color convert

RGB 16 4 187 -
CMYK 0.91 0.98 0 0.27
HSL 243.93º 0.96% 0.37% -
HSV(B) 243.93º 0.98% 0.73% -
XYZ 9.23 3.78 47.26 -
YUV 28.45 217.48 119.12 -
System Red Green Blue C M Y K H S L
Decimal 16 4 187 0.91 0.98 0 0.27 243.93 0.96 0.37
Hex 10 4 BB 5B 62 0 1B F4 60 25
Octal 20 4 273 133 142 0 33 364 140 45
Binary 10000 100 10111011 1011011 1100010 0 11011 11110100 1100000 100101

Color Harmonies of #1004BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1004BB

Black with #1004BB

Text Example


Text Example

White with #1004BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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