Html Css Color HEX #05308D Smalt

📋 copy color: '#05308D'

red 5 ◦ green 48 ◦ blue 141

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

Shades of Smalt #05308D

Tints of Smalt #05308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 2.58%
G = 24.74%
B = 72.68%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05308D (or 0x05308D) is known color: Smalt. HEX triplet: 05, 30 and 8D. RGB value is (5,48,141). Sum of RGB (Red+Green+Blue) = 5+48+141=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #05308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05308D is #FACF72. Grayscale: #2D2D2D. Windows color (decimal): -16437107 or 9252869. OLE color: 9252869.

HSL color Cylindrical-coordinate representation of color #05308D: hue angle of 221.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05308D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 48 141 -
CMYK 0.96 0.66 0 0.45
HSL 221.03º 0.93% 0.29% -
HSV(B) 221.03º 0.96% 0.55% -
XYZ 5.93 4.07 25.67 -
YUV 45.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 5 48 141 0.96 0.66 0 0.45 221.03 0.93 0.29
Hex 5 30 8D 60 42 0 2D DD 5D 1D
Octal 5 60 215 140 102 0 55 335 135 35
Binary 101 110000 10001101 1100000 1000010 0 101101 11011101 1011101 11101

Color Harmonies of #05308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05308D

Black with #05308D

Text Example


Text Example

White with #05308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05308D; }

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

 H1.HeaderClassName
 {
   color: #05308D;
 }
 .AnyTagClassName
 {
   color: #05308D;
 }
</style>

background-color css

<style>
 a { background-color: #05308D; }

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

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

border-color css

<style>
 span { border-color: #05308D; }

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

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