Html Css Color HEX #01308D Smalt

📋 copy color: '#01308D'

red 1 ◦ green 48 ◦ blue 141

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

Shades of Smalt #01308D

Tints of Smalt #01308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 74.21%

R = 0.53%
G = 25.26%
B = 74.21%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01308D (or 0x01308D) is known color: Smalt. HEX triplet: 01, 30 and 8D. RGB value is (1,48,141). Sum of RGB (Red+Green+Blue) = 1+48+141=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #01308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01308D is #FECF72. Grayscale: #2C2C2C. Windows color (decimal): -16699251 or 9252865. OLE color: 9252865.

HSL color Cylindrical-coordinate representation of color #01308D: hue angle of 219.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01308D is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 48 141 -
CMYK 0.99 0.66 0 0.45
HSL 219.86º 0.99% 0.28% -
HSV(B) 219.86º 0.99% 0.55% -
XYZ 5.88 4.04 25.67 -
YUV 44.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 1 48 141 0.99 0.66 0 0.45 219.86 0.99 0.28
Hex 1 30 8D 63 42 0 2D DC 63 1C
Octal 1 60 215 143 102 0 55 334 143 34
Binary 1 110000 10001101 1100011 1000010 0 101101 11011100 1100011 11100

Color Harmonies of #01308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01308D

Black with #01308D

Text Example


Text Example

White with #01308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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