Html Css Color HEX #01258C Smalt

📋 copy color: '#01258C'

red 1 ◦ green 37 ◦ blue 140

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

Shades of Smalt #01258C

Tints of Smalt #01258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

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

R = 0.56%
G = 20.79%
B = 78.65%

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

#01258C (or 0x01258C) is known color: Smalt. HEX triplet: 01, 25 and 8C. RGB value is (1,37,140). Sum of RGB (Red+Green+Blue) = 1+37+140=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 140 (55.08% from 255 or 78.65% from 178); Max value from RGB is 140 - color contains mainly: blue. Hex color #01258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01258C is #FEDA73. Grayscale: #252525. Windows color (decimal): -16702068 or 9184513. OLE color: 9184513.

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

Color convert

RGB 1 37 140 -
CMYK 0.99 0.74 0 0.45
HSL 224.46º 0.99% 0.28% -
HSV(B) 224.46º 0.99% 0.55% -
XYZ 5.41 3.22 25.15 -
YUV 37.98 185.57 101.62 -
System Red Green Blue C M Y K H S L
Decimal 1 37 140 0.99 0.74 0 0.45 224.46 0.99 0.28
Hex 1 25 8C 63 4A 0 2D E0 63 1C
Octal 1 45 214 143 112 0 55 340 143 34
Binary 1 100101 10001100 1100011 1001010 0 101101 11100000 1100011 11100

Color Harmonies of #01258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01258C

Black with #01258C

Text Example


Text Example

White with #01258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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