Html Css Color HEX #05309B Smalt

📋 copy color: '#05309B'

red 5 ◦ green 48 ◦ blue 155

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

Shades of Smalt #05309B

Tints of Smalt #05309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

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

R = 2.4%
G = 23.08%
B = 74.52%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05309B (or 0x05309B) is known color: Smalt. HEX triplet: 05, 30 and 9B. RGB value is (5,48,155). Sum of RGB (Red+Green+Blue) = 5+48+155=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #05309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05309B is #FACF64. Grayscale: #2E2E2E. Windows color (decimal): -16437093 or 10170373. OLE color: 10170373.

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

Color convert

RGB 5 48 155 -
CMYK 0.97 0.69 0 0.39
HSL 222.8º 0.94% 0.31% -
HSV(B) 222.8º 0.97% 0.61% -
XYZ 7.04 4.51 31.51 -
YUV 47.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 5 48 155 0.97 0.69 0 0.39 222.8 0.94 0.31
Hex 5 30 9B 61 45 0 27 DF 5E 1F
Octal 5 60 233 141 105 0 47 337 136 37
Binary 101 110000 10011011 1100001 1000101 0 100111 11011111 1011110 11111

Color Harmonies of #05309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05309B

Black with #05309B

Text Example


Text Example

White with #05309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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