Html Css Color HEX #01309E Smalt

📋 copy color: '#01309E'

red 1 ◦ green 48 ◦ blue 158

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

Shades of Smalt #01309E

Tints of Smalt #01309E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 76.33%

R = 0.48%
G = 23.19%
B = 76.33%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01309E (or 0x01309E) is known color: Smalt. HEX triplet: 01, 30 and 9E. RGB value is (1,48,158). Sum of RGB (Red+Green+Blue) = 1+48+158=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #01309E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01309E is #FECF61. Grayscale: #2E2E2E. Windows color (decimal): -16699234 or 10366977. OLE color: 10366977.

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

Color convert

RGB 1 48 158 -
CMYK 0.99 0.70 0 0.38
HSL 222.04º 0.99% 0.31% -
HSV(B) 222.04º 0.99% 0.62% -
XYZ 7.24 4.59 32.85 -
YUV 46.49 190.93 95.56 -
System Red Green Blue C M Y K H S L
Decimal 1 48 158 0.99 0.70 0 0.38 222.04 0.99 0.31
Hex 1 30 9E 63 46 0 26 DE 63 1F
Octal 1 60 236 143 106 0 46 336 143 37
Binary 1 110000 10011110 1100011 1000110 0 100110 11011110 1100011 11111

Color Harmonies of #01309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01309E

Black with #01309E

Text Example


Text Example

White with #01309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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