Html Css Color HEX #05429B Smalt

📋 copy color: '#05429B'

red 5 ◦ green 66 ◦ blue 155

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

Shades of Smalt #05429B

Tints of Smalt #05429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 2.21%
G = 29.2%
B = 68.58%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05429B (or 0x05429B) is known color: Smalt. HEX triplet: 05, 42 and 9B. RGB value is (5,66,155). Sum of RGB (Red+Green+Blue) = 5+66+155=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #05429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05429B is #FABD64. Grayscale: #393939. Windows color (decimal): -16432485 or 10174981. OLE color: 10174981.

HSL color Cylindrical-coordinate representation of color #05429B: hue angle of 215.6º 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 #05429B is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 66 155 -
CMYK 0.97 0.57 0 0.39
HSL 215.6º 0.94% 0.31% -
HSV(B) 215.6º 0.97% 0.61% -
XYZ 7.93 6.3 31.81 -
YUV 57.91 182.79 90.26 -
System Red Green Blue C M Y K H S L
Decimal 5 66 155 0.97 0.57 0 0.39 215.6 0.94 0.31
Hex 5 42 9B 61 39 0 27 D8 5E 1F
Octal 5 102 233 141 71 0 47 330 136 37
Binary 101 1000010 10011011 1100001 111001 0 100111 11011000 1011110 11111

Color Harmonies of #05429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05429B

Black with #05429B

Text Example


Text Example

White with #05429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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