Html Css Color HEX #002F9C Smalt

📋 copy color: '#002F9C'

red 0 ◦ green 47 ◦ blue 156

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

Shades of Smalt #002F9C

Tints of Smalt #002F9C

RGB

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

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

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

R = 0%
G = 23.15%
B = 76.85%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#002F9C (or 0x002F9C) is known color: Smalt. HEX triplet: 00, 2F and 9C. RGB value is (0,47,156). Sum of RGB (Red+Green+Blue) = 0+47+156=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #002F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F9C is #FFD063. Grayscale: #2C2C2C. Windows color (decimal): -16765028 or 10235648. OLE color: 10235648.

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

Color convert

RGB 0 47 156 -
CMYK 1 0.70 0 0.39
HSL 221.92º 1% 0.31% -
HSV(B) 221.92º 1% 0.61% -
XYZ 7.02 4.43 31.94 -
YUV 45.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 0 47 156 1 0.70 0 0.39 221.92 1 0.31
Hex 0 2F 9C 64 46 0 27 DE 64 1F
Octal 0 57 234 144 106 0 47 336 144 37
Binary 0 101111 10011100 1100100 1000110 0 100111 11011110 1100100 11111

Color Harmonies of #002F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F9C

Black with #002F9C

Text Example


Text Example

White with #002F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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