Html Css Color HEX #002B99 Smalt

📋 copy color: '#002B99'

red 0 ◦ green 43 ◦ blue 153

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

Shades of Smalt #002B99

Tints of Smalt #002B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.06%

R = 0%
G = 21.94%
B = 78.06%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002B99 (or 0x002B99) is known color: Smalt. HEX triplet: 00, 2B and 99. RGB value is (0,43,153). Sum of RGB (Red+Green+Blue) = 0+43+153=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #002B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B99 is #FFD466. Grayscale: #2A2A2A. Windows color (decimal): -16766055 or 10038016. OLE color: 10038016.

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

Color convert

RGB 0 43 153 -
CMYK 1 0.72 0 0.4
HSL 223.14º 1% 0.3% -
HSV(B) 223.14º 1% 0.6% -
XYZ 6.61 4.03 30.57 -
YUV 42.68 190.25 97.56 -
System Red Green Blue C M Y K H S L
Decimal 0 43 153 1 0.72 0 0.4 223.14 1 0.3
Hex 0 2B 99 64 48 0 28 DF 64 1E
Octal 0 53 231 144 110 0 50 337 144 36
Binary 0 101011 10011001 1100100 1001000 0 101000 11011111 1100100 11110

Color Harmonies of #002B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B99

Black with #002B99

Text Example


Text Example

White with #002B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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