Html Css Color HEX #01339A Smalt

📋 copy color: '#01339A'

red 1 ◦ green 51 ◦ blue 154

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

Shades of Smalt #01339A

Tints of Smalt #01339A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 74.76%

R = 0.49%
G = 24.76%
B = 74.76%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01339A (or 0x01339A) is known color: Smalt. HEX triplet: 01, 33 and 9A. RGB value is (1,51,154). Sum of RGB (Red+Green+Blue) = 1+51+154=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #01339A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01339A is #FECC65. Grayscale: #2F2F2F. Windows color (decimal): -16698470 or 10105601. OLE color: 10105601.

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

Color convert

RGB 1 51 154 -
CMYK 0.99 0.67 0 0.40
HSL 220.39º 0.99% 0.3% -
HSV(B) 220.39º 0.99% 0.6% -
XYZ 7.03 4.71 31.11 -
YUV 47.79 187.94 94.62 -
System Red Green Blue C M Y K H S L
Decimal 1 51 154 0.99 0.67 0 0.40 220.39 0.99 0.3
Hex 1 33 9A 63 43 0 28 DC 63 1E
Octal 1 63 232 143 103 0 50 334 143 36
Binary 1 110011 10011010 1100011 1000011 0 101000 11011100 1100011 11110

Color Harmonies of #01339A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01339A

Black with #01339A

Text Example


Text Example

White with #01339A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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