Html Css Color HEX #01339C Smalt

📋 copy color: '#01339C'

red 1 ◦ green 51 ◦ blue 156

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

Shades of Smalt #01339C

Tints of Smalt #01339C

RGB

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

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

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

R = 0.48%
G = 24.52%
B = 75%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01339C (or 0x01339C) is known color: Smalt. HEX triplet: 01, 33 and 9C. RGB value is (1,51,156). Sum of RGB (Red+Green+Blue) = 1+51+156=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 156 (61.33% from 255 or 75% from 208); Max value from RGB is 156 - color contains mainly: blue. Hex color #01339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01339C is #FECC63. Grayscale: #2F2F2F. Windows color (decimal): -16698468 or 10236673. OLE color: 10236673.

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

Color convert

RGB 1 51 156 -
CMYK 0.99 0.67 0 0.39
HSL 220.65º 0.99% 0.31% -
HSV(B) 220.65º 0.99% 0.61% -
XYZ 7.2 4.77 31.99 -
YUV 48.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 1 51 156 0.99 0.67 0 0.39 220.65 0.99 0.31
Hex 1 33 9C 63 43 0 27 DD 63 1F
Octal 1 63 234 143 103 0 47 335 143 37
Binary 1 110011 10011100 1100011 1000011 0 100111 11011101 1100011 11111

Color Harmonies of #01339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01339C

Black with #01339C

Text Example


Text Example

White with #01339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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