Html Css Color HEX #01248C Smalt

📋 copy color: '#01248C'

red 1 ◦ green 36 ◦ blue 140

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

Shades of Smalt #01248C

Tints of Smalt #01248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 79.1%

R = 0.56%
G = 20.34%
B = 79.1%

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

#01248C (or 0x01248C) is known color: Smalt. HEX triplet: 01, 24 and 8C. RGB value is (1,36,140). Sum of RGB (Red+Green+Blue) = 1+36+140=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #01248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01248C is #FEDB73. Grayscale: #242424. Windows color (decimal): -16702324 or 9184257. OLE color: 9184257.

HSL color Cylindrical-coordinate representation of color #01248C: hue angle of 224.89º 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 #01248C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 36 140 -
CMYK 0.99 0.74 0 0.45
HSL 224.89º 0.99% 0.28% -
HSV(B) 224.89º 0.99% 0.55% -
XYZ 5.38 3.16 25.14 -
YUV 37.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 1 36 140 0.99 0.74 0 0.45 224.89 0.99 0.28
Hex 1 24 8C 63 4A 0 2D E1 63 1C
Octal 1 44 214 143 112 0 55 341 143 34
Binary 1 100100 10001100 1100011 1001010 0 101101 11100001 1100011 11100

Color Harmonies of #01248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01248C

Black with #01248C

Text Example


Text Example

White with #01248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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