Html Css Color HEX #01309A Smalt

📋 copy color: '#01309A'

red 1 ◦ green 48 ◦ blue 154

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

Shades of Smalt #01309A

Tints of Smalt #01309A

RGB

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

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

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

R = 0.49%
G = 23.65%
B = 75.86%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01309A (or 0x01309A) is known color: Smalt. HEX triplet: 01, 30 and 9A. RGB value is (1,48,154). Sum of RGB (Red+Green+Blue) = 1+48+154=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #01309A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01309A is #FECF65. Grayscale: #2D2D2D. Windows color (decimal): -16699238 or 10104833. OLE color: 10104833.

HSL color Cylindrical-coordinate representation of color #01309A: hue angle of 221.57º 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 #01309A is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 48 154 -
CMYK 0.99 0.69 0 0.40
HSL 221.57º 0.99% 0.3% -
HSV(B) 221.57º 0.99% 0.6% -
XYZ 6.9 4.45 31.07 -
YUV 46.03 188.93 95.88 -
System Red Green Blue C M Y K H S L
Decimal 1 48 154 0.99 0.69 0 0.40 221.57 0.99 0.3
Hex 1 30 9A 63 45 0 28 DE 63 1E
Octal 1 60 232 143 105 0 50 336 143 36
Binary 1 110000 10011010 1100011 1000101 0 101000 11011110 1100011 11110

Color Harmonies of #01309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01309A

Black with #01309A

Text Example


Text Example

White with #01309A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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