Html Css Color HEX #002B9C Smalt

📋 copy color: '#002B9C'

red 0 ◦ green 43 ◦ blue 156

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

Shades of Smalt #002B9C

Tints of Smalt #002B9C

RGB

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

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

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

R = 0%
G = 21.61%
B = 78.39%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#002B9C (or 0x002B9C) is known color: Smalt. HEX triplet: 00, 2B and 9C. RGB value is (0,43,156). Sum of RGB (Red+Green+Blue) = 0+43+156=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 156 (61.33% from 255 or 78.39% from 199); Max value from RGB is 156 - color contains mainly: blue. Hex color #002B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002B9C is #FFD463. Grayscale: #2A2A2A. Windows color (decimal): -16766052 or 10234624. OLE color: 10234624.

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

Color convert

RGB 0 43 156 -
CMYK 1 0.72 0 0.39
HSL 223.46º 1% 0.31% -
HSV(B) 223.46º 1% 0.61% -
XYZ 6.86 4.13 31.89 -
YUV 43.03 191.75 97.31 -
System Red Green Blue C M Y K H S L
Decimal 0 43 156 1 0.72 0 0.39 223.46 1 0.31
Hex 0 2B 9C 64 48 0 27 DF 64 1F
Octal 0 53 234 144 110 0 47 337 144 37
Binary 0 101011 10011100 1100100 1001000 0 100111 11011111 1100100 11111

Color Harmonies of #002B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002B9C

Black with #002B9C

Text Example


Text Example

White with #002B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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