Html Css Color HEX #05339C Smalt

📋 copy color: '#05339C'

red 5 ◦ green 51 ◦ blue 156

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

Shades of Smalt #05339C

Tints of Smalt #05339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

 BLUE value IS 156 (61.33% from 255) = 73.58%

R = 2.36%
G = 24.06%
B = 73.58%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05339C (or 0x05339C) is known color: Smalt. HEX triplet: 05, 33 and 9C. RGB value is (5,51,156). Sum of RGB (Red+Green+Blue) = 5+51+156=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #05339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05339C is #FACC63. Grayscale: #303030. Windows color (decimal): -16436324 or 10236677. OLE color: 10236677.

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

Color convert

RGB 5 51 156 -
CMYK 0.97 0.67 0 0.39
HSL 221.72º 0.94% 0.32% -
HSV(B) 221.72º 0.97% 0.61% -
XYZ 7.25 4.8 32 -
YUV 49.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 5 51 156 0.97 0.67 0 0.39 221.72 0.94 0.32
Hex 5 33 9C 61 43 0 27 DE 5E 20
Octal 5 63 234 141 103 0 47 336 136 40
Binary 101 110011 10011100 1100001 1000011 0 100111 11011110 1011110 100000

Color Harmonies of #05339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05339C

Black with #05339C

Text Example


Text Example

White with #05339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05339C; }

 p { color: rgb(5,51,156); }

 H1.HeaderClassName
 {
   color: #05339C;
 }
 .AnyTagClassName
 {
   color: #05339C;
 }
</style>

background-color css

<style>
 a { background-color: #05339C; }

 a { background-color: rgb(5,51,156); }

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

border-color css

<style>
 span { border-color: #05339C; }

 span { border-color: rgb(5,51,156); }

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