Html Css Color HEX #01358B Smalt

📋 copy color: '#01358B'

red 1 ◦ green 53 ◦ blue 139

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

Shades of Smalt #01358B

Tints of Smalt #01358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 72.02%

R = 0.52%
G = 27.46%
B = 72.02%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01358B (or 0x01358B) is known color: Smalt. HEX triplet: 01, 35 and 8B. RGB value is (1,53,139). Sum of RGB (Red+Green+Blue) = 1+53+139=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 139 (54.69% from 255 or 72.02% from 193); Max value from RGB is 139 - color contains mainly: blue. Hex color #01358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01358B is #FECA74. Grayscale: #2E2E2E. Windows color (decimal): -16697973 or 9123073. OLE color: 9123073.

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

Color convert

RGB 1 53 139 -
CMYK 0.99 0.62 0 0.45
HSL 217.39º 0.99% 0.27% -
HSV(B) 217.39º 0.99% 0.55% -
XYZ 5.95 4.42 24.97 -
YUV 47.26 179.77 95.01 -
System Red Green Blue C M Y K H S L
Decimal 1 53 139 0.99 0.62 0 0.45 217.39 0.99 0.27
Hex 1 35 8B 63 3E 0 2D D9 63 1B
Octal 1 65 213 143 76 0 55 331 143 33
Binary 1 110101 10001011 1100011 111110 0 101101 11011001 1100011 11011

Color Harmonies of #01358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01358B

Black with #01358B

Text Example


Text Example

White with #01358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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