Html Css Color HEX #002F8C Smalt

📋 copy color: '#002F8C'

red 0 ◦ green 47 ◦ blue 140

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

Shades of Smalt #002F8C

Tints of Smalt #002F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 74.87%

R = 0%
G = 25.13%
B = 74.87%

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#002F8C (or 0x002F8C) is known color: Smalt. HEX triplet: 00, 2F and 8C. RGB value is (0,47,140). Sum of RGB (Red+Green+Blue) = 0+47+140=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 140 (55.08% from 255 or 74.87% from 187); Max value from RGB is 140 - color contains mainly: blue. Hex color #002F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F8C is #FFD073. Grayscale: #2B2B2B. Windows color (decimal): -16765044 or 9187072. OLE color: 9187072.

HSL color Cylindrical-coordinate representation of color #002F8C: hue angle of 219.86º 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 #002F8C is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 47 140 -
CMYK 1 0.66 0 0.45
HSL 219.86º 1% 0.27% -
HSV(B) 219.86º 1% 0.55% -
XYZ 5.75 3.93 25.27 -
YUV 43.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 0 47 140 1 0.66 0 0.45 219.86 1 0.27
Hex 0 2F 8C 64 42 0 2D DC 64 1B
Octal 0 57 214 144 102 0 55 334 144 33
Binary 0 101111 10001100 1100100 1000010 0 101101 11011100 1100100 11011

Color Harmonies of #002F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F8C

Black with #002F8C

Text Example


Text Example

White with #002F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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