Html Css Color HEX #002289 Smalt

📋 copy color: '#002289'

red 0 ◦ green 34 ◦ blue 137

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

Shades of Smalt #002289

Tints of Smalt #002289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

 BLUE value IS 137 (53.91% from 255) = 80.12%

R = 0%
G = 19.88%
B = 80.12%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#002289 (or 0x002289) is known color: Smalt. HEX triplet: 00, 22 and 89. RGB value is (0,34,137). Sum of RGB (Red+Green+Blue) = 0+34+137=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #002289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002289 is #FFDD76. Grayscale: #232323. Windows color (decimal): -16768375 or 8987136. OLE color: 8987136.

HSL color Cylindrical-coordinate representation of color #002289: hue angle of 225.11º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002289 is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 34 137 -
CMYK 1 0.75 0 0.46
HSL 225.11º 1% 0.27% -
HSV(B) 225.11º 1% 0.54% -
XYZ 5.09 2.95 23.97 -
YUV 35.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 0 34 137 1 0.75 0 0.46 225.11 1 0.27
Hex 0 22 89 64 4B 0 2E E1 64 1B
Octal 0 42 211 144 113 0 56 341 144 33
Binary 0 100010 10001001 1100100 1001011 0 101110 11100001 1100100 11011

Color Harmonies of #002289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002289

Black with #002289

Text Example


Text Example

White with #002289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002289; }

 p { color: rgb(0,34,137); }

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

background-color css

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

 a { background-color: rgb(0,34,137); }

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

border-color css

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

 span { border-color: rgb(0,34,137); }

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