Html Css Color HEX #002689 Smalt

📋 copy color: '#002689'

red 0 ◦ green 38 ◦ blue 137

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

Shades of Smalt #002689

Tints of Smalt #002689

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.71%

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

R = 0%
G = 21.71%
B = 78.29%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#002689 (or 0x002689) is known color: Smalt. HEX triplet: 00, 26 and 89. RGB value is (0,38,137). Sum of RGB (Red+Green+Blue) = 0+38+137=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 137 (53.91% from 255 or 78.29% from 175); Max value from RGB is 137 - color contains mainly: blue. Hex color #002689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002689 is #FFD976. Grayscale: #252525. Windows color (decimal): -16767351 or 8988160. OLE color: 8988160.

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

Color convert

RGB 0 38 137 -
CMYK 1 0.72 0 0.46
HSL 223.36º 1% 0.27% -
HSV(B) 223.36º 1% 0.54% -
XYZ 5.21 3.19 24.01 -
YUV 37.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 0 38 137 1 0.72 0 0.46 223.36 1 0.27
Hex 0 26 89 64 48 0 2E DF 64 1B
Octal 0 46 211 144 110 0 56 337 144 33
Binary 0 100110 10001001 1100100 1001000 0 101110 11011111 1100100 11011

Color Harmonies of #002689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002689

Black with #002689

Text Example


Text Example

White with #002689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002689; }

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

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

background-color css

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

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

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

border-color css

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

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

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