Html Css Color HEX #01258F Smalt

📋 copy color: '#01258F'

red 1 ◦ green 37 ◦ blue 143

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

Shades of Smalt #01258F

Tints of Smalt #01258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 79.01%

R = 0.55%
G = 20.44%
B = 79.01%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01258F (or 0x01258F) is known color: Smalt. HEX triplet: 01, 25 and 8F. RGB value is (1,37,143). Sum of RGB (Red+Green+Blue) = 1+37+143=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 143 (56.25% from 255 or 79.01% from 181); Max value from RGB is 143 - color contains mainly: blue. Hex color #01258F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01258F is #FEDA70. Grayscale: #252525. Windows color (decimal): -16702065 or 9381121. OLE color: 9381121.

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

Color convert

RGB 1 37 143 -
CMYK 0.99 0.74 0 0.44
HSL 224.79º 0.99% 0.28% -
HSV(B) 224.79º 0.99% 0.56% -
XYZ 5.63 3.31 26.33 -
YUV 38.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 1 37 143 0.99 0.74 0 0.44 224.79 0.99 0.28
Hex 1 25 8F 63 4A 0 2C E1 63 1C
Octal 1 45 217 143 112 0 54 341 143 34
Binary 1 100101 10001111 1100011 1001010 0 101100 11100001 1100011 11100

Color Harmonies of #01258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01258F

Black with #01258F

Text Example


Text Example

White with #01258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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