Html Css Color HEX #012F8B Smalt

📋 copy color: '#012F8B'

red 1 ◦ green 47 ◦ blue 139

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

Shades of Smalt #012F8B

Tints of Smalt #012F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.13%

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

R = 0.53%
G = 25.13%
B = 74.33%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#012F8B (or 0x012F8B) is known color: Smalt. HEX triplet: 01, 2F and 8B. RGB value is (1,47,139). Sum of RGB (Red+Green+Blue) = 1+47+139=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 139 (54.69% from 255 or 74.33% from 187); Max value from RGB is 139 - color contains mainly: blue. Hex color #012F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F8B is #FED074. Grayscale: #2B2B2B. Windows color (decimal): -16699509 or 9121537. OLE color: 9121537.

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

Color convert

RGB 1 47 139 -
CMYK 0.99 0.66 0 0.45
HSL 220º 0.99% 0.27% -
HSV(B) 220º 0.99% 0.55% -
XYZ 5.69 3.9 24.88 -
YUV 43.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 1 47 139 0.99 0.66 0 0.45 220 0.99 0.27
Hex 1 2F 8B 63 42 0 2D DC 63 1B
Octal 1 57 213 143 102 0 55 334 143 33
Binary 1 101111 10001011 1100011 1000010 0 101101 11011100 1100011 11011

Color Harmonies of #012F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F8B

Black with #012F8B

Text Example


Text Example

White with #012F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,47,139); }

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

background-color css

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

 a { background-color: rgb(1,47,139); }

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

border-color css

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

 span { border-color: rgb(1,47,139); }

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