Html Css Color HEX #01308A Smalt

📋 copy color: '#01308A'

red 1 ◦ green 48 ◦ blue 138

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

Shades of Smalt #01308A

Tints of Smalt #01308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 73.8%

R = 0.53%
G = 25.67%
B = 73.8%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01308A (or 0x01308A) is known color: Smalt. HEX triplet: 01, 30 and 8A. RGB value is (1,48,138). Sum of RGB (Red+Green+Blue) = 1+48+138=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #01308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01308A is #FECF75. Grayscale: #2B2B2B. Windows color (decimal): -16699254 or 9056257. OLE color: 9056257.

HSL color Cylindrical-coordinate representation of color #01308A: hue angle of 219.42º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01308A is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 48 138 -
CMYK 0.99 0.65 0 0.46
HSL 219.42º 0.99% 0.27% -
HSV(B) 219.42º 0.99% 0.54% -
XYZ 5.66 3.96 24.51 -
YUV 44.21 180.93 97.18 -
System Red Green Blue C M Y K H S L
Decimal 1 48 138 0.99 0.65 0 0.46 219.42 0.99 0.27
Hex 1 30 8A 63 41 0 2E DB 63 1B
Octal 1 60 212 143 101 0 56 333 143 33
Binary 1 110000 10001010 1100011 1000001 0 101110 11011011 1100011 11011

Color Harmonies of #01308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01308A

Black with #01308A

Text Example


Text Example

White with #01308A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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