Html Css Color HEX #05299B Smalt

📋 copy color: '#05299B'

red 5 ◦ green 41 ◦ blue 155

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

Shades of Smalt #05299B

Tints of Smalt #05299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

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

R = 2.49%
G = 20.4%
B = 77.11%

CMYK

 C value IS 0.97

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05299B (or 0x05299B) is known color: Smalt. HEX triplet: 05, 29 and 9B. RGB value is (5,41,155). Sum of RGB (Red+Green+Blue) = 5+41+155=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #05299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05299B is #FAD664. Grayscale: #2A2A2A. Windows color (decimal): -16438885 or 10168581. OLE color: 10168581.

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

Color convert

RGB 5 41 155 -
CMYK 0.97 0.74 0 0.39
HSL 225.6º 0.94% 0.31% -
HSV(B) 225.6º 0.97% 0.61% -
XYZ 6.77 3.98 31.42 -
YUV 43.23 191.07 100.73 -
System Red Green Blue C M Y K H S L
Decimal 5 41 155 0.97 0.74 0 0.39 225.6 0.94 0.31
Hex 5 29 9B 61 4A 0 27 E2 5E 1F
Octal 5 51 233 141 112 0 47 342 136 37
Binary 101 101001 10011011 1100001 1001010 0 100111 11100010 1011110 11111

Color Harmonies of #05299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05299B

Black with #05299B

Text Example


Text Example

White with #05299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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