Html Css Color HEX #01369A Smalt

📋 copy color: '#01369A'

red 1 ◦ green 54 ◦ blue 154

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

Shades of Smalt #01369A

Tints of Smalt #01369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

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

R = 0.48%
G = 25.84%
B = 73.68%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01369A (or 0x01369A) is known color: Smalt. HEX triplet: 01, 36 and 9A. RGB value is (1,54,154). Sum of RGB (Red+Green+Blue) = 1+54+154=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #01369A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01369A is #FEC965. Grayscale: #313131. Windows color (decimal): -16697702 or 10106369. OLE color: 10106369.

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

Color convert

RGB 1 54 154 -
CMYK 0.99 0.65 0 0.40
HSL 219.22º 0.99% 0.3% -
HSV(B) 219.22º 0.99% 0.6% -
XYZ 7.16 4.98 31.16 -
YUV 49.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 1 54 154 0.99 0.65 0 0.40 219.22 0.99 0.3
Hex 1 36 9A 63 41 0 28 DB 63 1E
Octal 1 66 232 143 101 0 50 333 143 36
Binary 1 110110 10011010 1100011 1000001 0 101000 11011011 1100011 11110

Color Harmonies of #01369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01369A

Black with #01369A

Text Example


Text Example

White with #01369A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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