Html Css Color HEX #001F94 Smalt

📋 copy color: '#001F94'

red 0 ◦ green 31 ◦ blue 148

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

Shades of Smalt #001F94

Tints of Smalt #001F94

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 31 (12.5% from 255) = 17.32%

 BLUE value IS 148 (58.2% from 255) = 82.68%

R = 0%
G = 17.32%
B = 82.68%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001F94 (or 0x001F94) is known color: Smalt. HEX triplet: 00, 1F and 94. RGB value is (0,31,148). Sum of RGB (Red+Green+Blue) = 0+31+148=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 148 (58.20% from 255 or 82.68% from 179); Max value from RGB is 148 - color contains mainly: blue. Hex color #001F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F94 is #FFE06B. Grayscale: #222222. Windows color (decimal): -16769132 or 9707264. OLE color: 9707264.

HSL color Cylindrical-coordinate representation of color #001F94: hue angle of 227.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F94 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 31 148 -
CMYK 1 0.79 0 0.42
HSL 227.43º 1% 0.29% -
HSV(B) 227.43º 1% 0.58% -
XYZ 5.84 3.12 28.31 -
YUV 35.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 0 31 148 1 0.79 0 0.42 227.43 1 0.29
Hex 0 1F 94 64 4F 0 2A E3 64 1D
Octal 0 37 224 144 117 0 52 343 144 35
Binary 0 11111 10010100 1100100 1001111 0 101010 11100011 1100100 11101

Color Harmonies of #001F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F94

Black with #001F94

Text Example


Text Example

White with #001F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001F94; }

 p { color: rgb(0,31,148); }

 H1.HeaderClassName
 {
   color: #001F94;
 }
 .AnyTagClassName
 {
   color: #001F94;
 }
</style>

background-color css

<style>
 a { background-color: #001F94; }

 a { background-color: rgb(0,31,148); }

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

border-color css

<style>
 span { border-color: #001F94; }

 span { border-color: rgb(0,31,148); }

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