Html Css Color HEX #002F9B Smalt

📋 copy color: '#002F9B'

red 0 ◦ green 47 ◦ blue 155

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

Shades of Smalt #002F9B

Tints of Smalt #002F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 76.73%

R = 0%
G = 23.27%
B = 76.73%

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

#002F9B (or 0x002F9B) is known color: Smalt. HEX triplet: 00, 2F and 9B. RGB value is (0,47,155). Sum of RGB (Red+Green+Blue) = 0+47+155=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #002F9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002F9B is #FFD064. Grayscale: #2C2C2C. Windows color (decimal): -16765029 or 10170112. OLE color: 10170112.

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

Color convert

RGB 0 47 155 -
CMYK 1 0.70 0 0.39
HSL 221.81º 1% 0.3% -
HSV(B) 221.81º 1% 0.61% -
XYZ 6.93 4.4 31.49 -
YUV 45.26 189.93 95.72 -
System Red Green Blue C M Y K H S L
Decimal 0 47 155 1 0.70 0 0.39 221.81 1 0.3
Hex 0 2F 9B 64 46 0 27 DE 64 1E
Octal 0 57 233 144 106 0 47 336 144 36
Binary 0 101111 10011011 1100100 1000110 0 100111 11011110 1100100 11110

Color Harmonies of #002F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002F9B

Black with #002F9B

Text Example


Text Example

White with #002F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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