Html Css Color HEX #001F8B Smalt

📋 copy color: '#001F8B'

red 0 ◦ green 31 ◦ blue 139

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

Shades of Smalt #001F8B

Tints of Smalt #001F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 81.76%

R = 0%
G = 18.24%
B = 81.76%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#001F8B (or 0x001F8B) is known color: Smalt. HEX triplet: 00, 1F and 8B. RGB value is (0,31,139). Sum of RGB (Red+Green+Blue) = 0+31+139=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 139 (54.69% from 255 or 81.76% from 170); Max value from RGB is 139 - color contains mainly: blue. Hex color #001F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F8B is #FFE074. Grayscale: #212121. Windows color (decimal): -16769141 or 9117440. OLE color: 9117440.

HSL color Cylindrical-coordinate representation of color #001F8B: hue angle of 226.62º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F8B is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 31 139 -
CMYK 1 0.78 0 0.45
HSL 226.62º 1% 0.27% -
HSV(B) 226.62º 1% 0.55% -
XYZ 5.15 2.84 24.7 -
YUV 34.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 0 31 139 1 0.78 0 0.45 226.62 1 0.27
Hex 0 1F 8B 64 4E 0 2D E3 64 1B
Octal 0 37 213 144 116 0 55 343 144 33
Binary 0 11111 10001011 1100100 1001110 0 101101 11100011 1100100 11011

Color Harmonies of #001F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F8B

Black with #001F8B

Text Example


Text Example

White with #001F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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