Html Css Color HEX #05419B Smalt

📋 copy color: '#05419B'

red 5 ◦ green 65 ◦ blue 155

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

Shades of Smalt #05419B

Tints of Smalt #05419B

RGB

 RED value IS 5 (2.34% from 255) = 2.22%

 GREEN value IS 65 (25.78% from 255) = 28.89%

 BLUE value IS 155 (60.94% from 255) = 68.89%

R = 2.22%
G = 28.89%
B = 68.89%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05419B (or 0x05419B) is known color: Smalt. HEX triplet: 05, 41 and 9B. RGB value is (5,65,155). Sum of RGB (Red+Green+Blue) = 5+65+155=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #05419B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05419B is #FABE64. Grayscale: #383838. Windows color (decimal): -16432741 or 10174725. OLE color: 10174725.

HSL color Cylindrical-coordinate representation of color #05419B: hue angle of 216º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05419B is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 65 155 -
CMYK 0.97 0.58 0 0.39
HSL 216º 0.94% 0.31% -
HSV(B) 216º 0.97% 0.61% -
XYZ 7.87 6.18 31.79 -
YUV 57.32 183.12 90.68 -
System Red Green Blue C M Y K H S L
Decimal 5 65 155 0.97 0.58 0 0.39 216 0.94 0.31
Hex 5 41 9B 61 3A 0 27 D8 5E 1F
Octal 5 101 233 141 72 0 47 330 136 37
Binary 101 1000001 10011011 1100001 111010 0 100111 11011000 1011110 11111

Color Harmonies of #05419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05419B

Black with #05419B

Text Example


Text Example

White with #05419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05419B; }

 p { color: rgb(5,65,155); }

 H1.HeaderClassName
 {
   color: #05419B;
 }
 .AnyTagClassName
 {
   color: #05419B;
 }
</style>

background-color css

<style>
 a { background-color: #05419B; }

 a { background-color: rgb(5,65,155); }

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

border-color css

<style>
 span { border-color: #05419B; }

 span { border-color: rgb(5,65,155); }

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