Html Css Color HEX #01248D Smalt

📋 copy color: '#01248D'

red 1 ◦ green 36 ◦ blue 141

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

Shades of Smalt #01248D

Tints of Smalt #01248D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 141 (55.47% from 255) = 79.21%

R = 0.56%
G = 20.22%
B = 79.21%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01248D (or 0x01248D) is known color: Smalt. HEX triplet: 01, 24 and 8D. RGB value is (1,36,141). Sum of RGB (Red+Green+Blue) = 1+36+141=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #01248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01248D is #FEDB72. Grayscale: #252525. Windows color (decimal): -16702323 or 9249793. OLE color: 9249793.

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

Color convert

RGB 1 36 141 -
CMYK 0.99 0.74 0 0.45
HSL 225º 0.99% 0.28% -
HSV(B) 225º 0.99% 0.55% -
XYZ 5.45 3.19 25.53 -
YUV 37.51 186.4 101.96 -
System Red Green Blue C M Y K H S L
Decimal 1 36 141 0.99 0.74 0 0.45 225 0.99 0.28
Hex 1 24 8D 63 4A 0 2D E1 63 1C
Octal 1 44 215 143 112 0 55 341 143 34
Binary 1 100100 10001101 1100011 1001010 0 101101 11100001 1100011 11100

Color Harmonies of #01248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01248D

Black with #01248D

Text Example


Text Example

White with #01248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01248D; }

 p { color: rgb(1,36,141); }

 H1.HeaderClassName
 {
   color: #01248D;
 }
 .AnyTagClassName
 {
   color: #01248D;
 }
</style>

background-color css

<style>
 a { background-color: #01248D; }

 a { background-color: rgb(1,36,141); }

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

border-color css

<style>
 span { border-color: #01248D; }

 span { border-color: rgb(1,36,141); }

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