Html Css Color HEX #0410BC Medium Blue

📋 copy color: '#0410BC'

red 4 ◦ green 16 ◦ blue 188

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

Shades of Medium Blue #0410BC

Tints of Medium Blue #0410BC

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0410BC (or 0x0410BC) is known color: Medium Blue. HEX triplet: 04, 10 and BC. RGB value is (4,16,188). Sum of RGB (Red+Green+Blue) = 4+16+188=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 16 (6.64% from 255 or 7.69% 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 #0410BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0410BC is #FBEF43. Grayscale: #1F1F1F. Windows color (decimal): -16510788 or 12324868. OLE color: 12324868.

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

Color convert

RGB 4 16 188 -
CMYK 0.98 0.91 0 0.26
HSL 236.09º 0.96% 0.38% -
HSV(B) 236.09º 0.98% 0.74% -
XYZ 9.31 4.03 47.86 -
YUV 32.02 216.02 108.01 -
System Red Green Blue C M Y K H S L
Decimal 4 16 188 0.98 0.91 0 0.26 236.09 0.96 0.38
Hex 4 10 BC 62 5B 0 1A EC 60 26
Octal 4 20 274 142 133 0 32 354 140 46
Binary 100 10000 10111100 1100010 1011011 0 11010 11101100 1100000 100110

Color Harmonies of #0410BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0410BC

Black with #0410BC

Text Example


Text Example

White with #0410BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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