Html Css Color HEX #01358A Smalt

📋 copy color: '#01358A'

red 1 ◦ green 53 ◦ blue 138

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

Shades of Smalt #01358A

Tints of Smalt #01358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

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

R = 0.52%
G = 27.6%
B = 71.88%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01358A (or 0x01358A) is known color: Smalt. HEX triplet: 01, 35 and 8A. RGB value is (1,53,138). Sum of RGB (Red+Green+Blue) = 1+53+138=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #01358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358A is #FECA75. Grayscale: #2E2E2E. Windows color (decimal): -16697974 or 9057537. OLE color: 9057537.

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

Color convert

RGB 1 53 138 -
CMYK 0.99 0.62 0 0.46
HSL 217.23º 0.99% 0.27% -
HSV(B) 217.23º 0.99% 0.54% -
XYZ 5.87 4.39 24.58 -
YUV 47.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 1 53 138 0.99 0.62 0 0.46 217.23 0.99 0.27
Hex 1 35 8A 63 3E 0 2E D9 63 1B
Octal 1 65 212 143 76 0 56 331 143 33
Binary 1 110101 10001010 1100011 111110 0 101110 11011001 1100011 11011

Color Harmonies of #01358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01358A

Black with #01358A

Text Example


Text Example

White with #01358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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