Html Css Color HEX #002699 Smalt

📋 copy color: '#002699'

red 0 ◦ green 38 ◦ blue 153

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

Shades of Smalt #002699

Tints of Smalt #002699

RGB

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

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

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

R = 0%
G = 19.9%
B = 80.1%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#002699 (or 0x002699) is known color: Smalt. HEX triplet: 00, 26 and 99. RGB value is (0,38,153). Sum of RGB (Red+Green+Blue) = 0+38+153=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #002699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002699 is #FFD966. Grayscale: #272727. Windows color (decimal): -16767335 or 10036736. OLE color: 10036736.

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

Color convert

RGB 0 38 153 -
CMYK 1 0.75 0 0.4
HSL 225.1º 1% 0.3% -
HSV(B) 225.1º 1% 0.6% -
XYZ 6.44 3.69 30.51 -
YUV 39.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 0 38 153 1 0.75 0 0.4 225.1 1 0.3
Hex 0 26 99 64 4B 0 28 E1 64 1E
Octal 0 46 231 144 113 0 50 341 144 36
Binary 0 100110 10011001 1100100 1001011 0 101000 11100001 1100100 11110

Color Harmonies of #002699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002699

Black with #002699

Text Example


Text Example

White with #002699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002699; }

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

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

background-color css

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

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

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

border-color css

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

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

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