Html Css Color HEX #012F9C Smalt

📋 copy color: '#012F9C'

red 1 ◦ green 47 ◦ blue 156

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

Shades of Smalt #012F9C

Tints of Smalt #012F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 76.47%

R = 0.49%
G = 23.04%
B = 76.47%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#012F9C (or 0x012F9C) is known color: Smalt. HEX triplet: 01, 2F and 9C. RGB value is (1,47,156). Sum of RGB (Red+Green+Blue) = 1+47+156=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #012F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012F9C is #FED063. Grayscale: #2D2D2D. Windows color (decimal): -16699492 or 10235649. OLE color: 10235649.

HSL color Cylindrical-coordinate representation of color #012F9C: hue angle of 222.19º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012F9C is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 47 156 -
CMYK 0.99 0.70 0 0.39
HSL 222.19º 0.99% 0.31% -
HSV(B) 222.19º 0.99% 0.61% -
XYZ 7.03 4.44 31.94 -
YUV 45.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 1 47 156 0.99 0.70 0 0.39 222.19 0.99 0.31
Hex 1 2F 9C 63 46 0 27 DE 63 1F
Octal 1 57 234 143 106 0 47 336 143 37
Binary 1 101111 10011100 1100011 1000110 0 100111 11011110 1100011 11111

Color Harmonies of #012F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012F9C

Black with #012F9C

Text Example


Text Example

White with #012F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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