Html Css Color HEX #01339B Smalt

📋 copy color: '#01339B'

red 1 ◦ green 51 ◦ blue 155

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

Shades of Smalt #01339B

Tints of Smalt #01339B

RGB

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

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

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

R = 0.48%
G = 24.64%
B = 74.88%

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

#01339B (or 0x01339B) is known color: Smalt. HEX triplet: 01, 33 and 9B. RGB value is (1,51,155). Sum of RGB (Red+Green+Blue) = 1+51+155=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #01339B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01339B is #FECC64. Grayscale: #2F2F2F. Windows color (decimal): -16698469 or 10171137. OLE color: 10171137.

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

Color convert

RGB 1 51 155 -
CMYK 0.99 0.67 0 0.39
HSL 220.52º 0.99% 0.31% -
HSV(B) 220.52º 0.99% 0.61% -
XYZ 7.11 4.74 31.55 -
YUV 47.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 1 51 155 0.99 0.67 0 0.39 220.52 0.99 0.31
Hex 1 33 9B 63 43 0 27 DD 63 1F
Octal 1 63 233 143 103 0 47 335 143 37
Binary 1 110011 10011011 1100011 1000011 0 100111 11011101 1100011 11111

Color Harmonies of #01339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01339B

Black with #01339B

Text Example


Text Example

White with #01339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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