Html Css Color HEX #002B94 Smalt

📋 copy color: '#002B94'

red 0 ◦ green 43 ◦ blue 148

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

Shades of Smalt #002B94

Tints of Smalt #002B94

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.51%

 BLUE value IS 148 (58.2% from 255) = 77.49%

R = 0%
G = 22.51%
B = 77.49%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#002B94 (or 0x002B94) is known color: Smalt. HEX triplet: 00, 2B and 94. RGB value is (0,43,148). Sum of RGB (Red+Green+Blue) = 0+43+148=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 148 (58.20% from 255 or 77.49% from 191); Max value from RGB is 148 - color contains mainly: blue. Hex color #002B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B94 is #FFD46B. Grayscale: #292929. Windows color (decimal): -16766060 or 9710336. OLE color: 9710336.

HSL color Cylindrical-coordinate representation of color #002B94: hue angle of 222.57º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B94 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 43 148 -
CMYK 1 0.71 0 0.42
HSL 222.57º 1% 0.29% -
HSV(B) 222.57º 1% 0.58% -
XYZ 6.21 3.87 28.44 -
YUV 42.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 0 43 148 1 0.71 0 0.42 222.57 1 0.29
Hex 0 2B 94 64 47 0 2A DF 64 1D
Octal 0 53 224 144 107 0 52 337 144 35
Binary 0 101011 10010100 1100100 1000111 0 101010 11011111 1100100 11101

Color Harmonies of #002B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B94

Black with #002B94

Text Example


Text Example

White with #002B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,43,148); }

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

background-color css

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

 a { background-color: rgb(0,43,148); }

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

border-color css

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

 span { border-color: rgb(0,43,148); }

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