Html Css Color HEX #002690 Smalt

📋 copy color: '#002690'

red 0 ◦ green 38 ◦ blue 144

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

Shades of Smalt #002690

Tints of Smalt #002690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 79.12%

R = 0%
G = 20.88%
B = 79.12%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#002690 (or 0x002690) is known color: Smalt. HEX triplet: 00, 26 and 90. RGB value is (0,38,144). Sum of RGB (Red+Green+Blue) = 0+38+144=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 144 (56.64% from 255 or 79.12% from 182); Max value from RGB is 144 - color contains mainly: blue. Hex color #002690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002690 is #FFD96F. Grayscale: #262626. Windows color (decimal): -16767344 or 9446912. OLE color: 9446912.

HSL color Cylindrical-coordinate representation of color #002690: hue angle of 224.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002690 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 38 144 -
CMYK 1 0.74 0 0.44
HSL 224.17º 1% 0.28% -
HSV(B) 224.17º 1% 0.56% -
XYZ 5.73 3.4 26.74 -
YUV 38.72 187.41 100.38 -
System Red Green Blue C M Y K H S L
Decimal 0 38 144 1 0.74 0 0.44 224.17 1 0.28
Hex 0 26 90 64 4A 0 2C E0 64 1C
Octal 0 46 220 144 112 0 54 340 144 34
Binary 0 100110 10010000 1100100 1001010 0 101100 11100000 1100100 11100

Color Harmonies of #002690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002690

Black with #002690

Text Example


Text Example

White with #002690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002690; }

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

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

background-color css

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

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

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

border-color css

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

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

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