Html Css Color HEX #01309B Smalt

📋 copy color: '#01309B'

red 1 ◦ green 48 ◦ blue 155

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

Shades of Smalt #01309B

Tints of Smalt #01309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.98%

R = 0.49%
G = 23.53%
B = 75.98%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01309B (or 0x01309B) is known color: Smalt. HEX triplet: 01, 30 and 9B. RGB value is (1,48,155). Sum of RGB (Red+Green+Blue) = 1+48+155=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 155 (60.94% from 255 or 75.98% from 204); Max value from RGB is 155 - color contains mainly: blue. Hex color #01309B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01309B is #FECF64. Grayscale: #2D2D2D. Windows color (decimal): -16699237 or 10170369. OLE color: 10170369.

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

Color convert

RGB 1 48 155 -
CMYK 0.99 0.69 0 0.39
HSL 221.69º 0.99% 0.31% -
HSV(B) 221.69º 0.99% 0.61% -
XYZ 6.99 4.49 31.51 -
YUV 46.15 189.43 95.8 -
System Red Green Blue C M Y K H S L
Decimal 1 48 155 0.99 0.69 0 0.39 221.69 0.99 0.31
Hex 1 30 9B 63 45 0 27 DE 63 1F
Octal 1 60 233 143 105 0 47 336 143 37
Binary 1 110000 10011011 1100011 1000101 0 100111 11011110 1100011 11111

Color Harmonies of #01309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01309B

Black with #01309B

Text Example


Text Example

White with #01309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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