Html Css Color HEX #01309D Smalt

📋 copy color: '#01309D'

red 1 ◦ green 48 ◦ blue 157

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

Shades of Smalt #01309D

Tints of Smalt #01309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 157 (61.72% from 255) = 76.21%

R = 0.49%
G = 23.3%
B = 76.21%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01309D (or 0x01309D) is known color: Smalt. HEX triplet: 01, 30 and 9D. RGB value is (1,48,157). Sum of RGB (Red+Green+Blue) = 1+48+157=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #01309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01309D is #FECF62. Grayscale: #2D2D2D. Windows color (decimal): -16699235 or 10301441. OLE color: 10301441.

HSL color Cylindrical-coordinate representation of color #01309D: hue angle of 221.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01309D is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 48 157 -
CMYK 0.99 0.69 0 0.38
HSL 221.92º 0.99% 0.31% -
HSV(B) 221.92º 0.99% 0.62% -
XYZ 7.16 4.55 32.4 -
YUV 46.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 1 48 157 0.99 0.69 0 0.38 221.92 0.99 0.31
Hex 1 30 9D 63 45 0 26 DE 63 1F
Octal 1 60 235 143 105 0 46 336 143 37
Binary 1 110000 10011101 1100011 1000101 0 100110 11011110 1100011 11111

Color Harmonies of #01309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01309D

Black with #01309D

Text Example


Text Example

White with #01309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01309D; }

 p { color: rgb(1,48,157); }

 H1.HeaderClassName
 {
   color: #01309D;
 }
 .AnyTagClassName
 {
   color: #01309D;
 }
</style>

background-color css

<style>
 a { background-color: #01309D; }

 a { background-color: rgb(1,48,157); }

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

border-color css

<style>
 span { border-color: #01309D; }

 span { border-color: rgb(1,48,157); }

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