Html Css Color HEX #0133A0 Smalt

📋 copy color: '#0133A0'

red 1 ◦ green 51 ◦ blue 160

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

Shades of Smalt #0133A0

Tints of Smalt #0133A0

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

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

 BLUE value IS 160 (62.89% from 255) = 75.47%

R = 0.47%
G = 24.06%
B = 75.47%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0133A0 (or 0x0133A0) is known color: Smalt. HEX triplet: 01, 33 and A0. RGB value is (1,51,160). Sum of RGB (Red+Green+Blue) = 1+51+160=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 160 (62.89% from 255 or 75.47% from 212); Max value from RGB is 160 - color contains mainly: blue. Hex color #0133A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0133A0 is #FECC5F. Grayscale: #2F2F2F. Windows color (decimal): -16698464 or 10498817. OLE color: 10498817.

HSL color Cylindrical-coordinate representation of color #0133A0: hue angle of 221.13º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0133A0 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 51 160 -
CMYK 0.99 0.68 0 0.37
HSL 221.13º 0.99% 0.32% -
HSV(B) 221.13º 0.99% 0.63% -
XYZ 7.54 4.91 33.81 -
YUV 48.48 190.94 94.14 -
System Red Green Blue C M Y K H S L
Decimal 1 51 160 0.99 0.68 0 0.37 221.13 0.99 0.32
Hex 1 33 A0 63 44 0 25 DD 63 20
Octal 1 63 240 143 104 0 45 335 143 40
Binary 1 110011 10100000 1100011 1000100 0 100101 11011101 1100011 100000

Color Harmonies of #0133A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0133A0

Black with #0133A0

Text Example


Text Example

White with #0133A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0133A0; }

 p { color: rgb(1,51,160); }

 H1.HeaderClassName
 {
   color: #0133A0;
 }
 .AnyTagClassName
 {
   color: #0133A0;
 }
</style>

background-color css

<style>
 a { background-color: #0133A0; }

 a { background-color: rgb(1,51,160); }

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

border-color css

<style>
 span { border-color: #0133A0; }

 span { border-color: rgb(1,51,160); }

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