Html Css Color HEX #01248E Smalt

📋 copy color: '#01248E'

red 1 ◦ green 36 ◦ blue 142

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

Shades of Smalt #01248E

Tints of Smalt #01248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 79.33%

R = 0.56%
G = 20.11%
B = 79.33%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01248E (or 0x01248E) is known color: Smalt. HEX triplet: 01, 24 and 8E. RGB value is (1,36,142). Sum of RGB (Red+Green+Blue) = 1+36+142=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #01248E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01248E is #FEDB71. Grayscale: #252525. Windows color (decimal): -16702322 or 9315329. OLE color: 9315329.

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

Color convert

RGB 1 36 142 -
CMYK 0.99 0.75 0 0.44
HSL 225.11º 0.99% 0.28% -
HSV(B) 225.11º 0.99% 0.56% -
XYZ 5.53 3.22 25.92 -
YUV 37.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 1 36 142 0.99 0.75 0 0.44 225.11 0.99 0.28
Hex 1 24 8E 63 4B 0 2C E1 63 1C
Octal 1 44 216 143 113 0 54 341 143 34
Binary 1 100100 10001110 1100011 1001011 0 101100 11100001 1100011 11100

Color Harmonies of #01248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01248E

Black with #01248E

Text Example


Text Example

White with #01248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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