Html Css Color HEX #01258A Smalt

📋 copy color: '#01258A'

red 1 ◦ green 37 ◦ blue 138

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

Shades of Smalt #01258A

Tints of Smalt #01258A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 78.41%

R = 0.57%
G = 21.02%
B = 78.41%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01258A (or 0x01258A) is known color: Smalt. HEX triplet: 01, 25 and 8A. RGB value is (1,37,138). Sum of RGB (Red+Green+Blue) = 1+37+138=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 138 (54.30% from 255 or 78.41% from 176); Max value from RGB is 138 - color contains mainly: blue. Hex color #01258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01258A is #FEDA75. Grayscale: #252525. Windows color (decimal): -16702070 or 9053441. OLE color: 9053441.

HSL color Cylindrical-coordinate representation of color #01258A: hue angle of 224.23º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01258A is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 37 138 -
CMYK 0.99 0.73 0 0.46
HSL 224.23º 0.99% 0.27% -
HSV(B) 224.23º 0.99% 0.54% -
XYZ 5.26 3.16 24.38 -
YUV 37.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 1 37 138 0.99 0.73 0 0.46 224.23 0.99 0.27
Hex 1 25 8A 63 49 0 2E E0 63 1B
Octal 1 45 212 143 111 0 56 340 143 33
Binary 1 100101 10001010 1100011 1001001 0 101110 11100000 1100011 11011

Color Harmonies of #01258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01258A

Black with #01258A

Text Example


Text Example

White with #01258A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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