Html Css Color HEX #416FBA Steel Blue

📋 copy color: '#416FBA'

red 65 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #416FBA

Tints of Steel Blue #416FBA

RGB

 RED value IS 65 (25.78% from 255) = 17.96%

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 17.96%
G = 30.66%
B = 51.38%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#416FBA (or 0x416FBA) is known color: Steel Blue. HEX triplet: 41, 6F and BA. RGB value is (65,111,186). Sum of RGB (Red+Green+Blue) = 65+111+186=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #416FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FBA is #BE9045. Grayscale: #696969. Windows color (decimal): -12488774 or 12218177. OLE color: 12218177.

HSL color Cylindrical-coordinate representation of color #416FBA: hue angle of 217.19º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #416FBA is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 111 186 -
CMYK 0.65 0.40 0 0.27
HSL 217.19º 0.48% 0.49% -
HSV(B) 217.19º 0.65% 0.73% -
XYZ 16.73 16.04 48.67 -
YUV 105.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 65 111 186 0.65 0.40 0 0.27 217.19 0.48 0.49
Hex 41 6F BA 41 28 0 1B D9 30 31
Octal 101 157 272 101 50 0 33 331 60 61
Binary 1000001 1101111 10111010 1000001 101000 0 11011 11011001 110000 110001

Color Harmonies of #416FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FBA

Black with #416FBA

Text Example


Text Example

White with #416FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416FBA; }

 p { color: rgb(65,111,186); }

 H1.HeaderClassName
 {
   color: #416FBA;
 }
 .AnyTagClassName
 {
   color: #416FBA;
 }
</style>

background-color css

<style>
 a { background-color: #416FBA; }

 a { background-color: rgb(65,111,186); }

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

border-color css

<style>
 span { border-color: #416FBA; }

 span { border-color: rgb(65,111,186); }

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