Html Css Color HEX #002390 Smalt

📋 copy color: '#002390'

red 0 ◦ green 35 ◦ blue 144

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

Shades of Smalt #002390

Tints of Smalt #002390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 0%
G = 19.55%
B = 80.45%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#002390 (or 0x002390) is known color: Smalt. HEX triplet: 00, 23 and 90. RGB value is (0,35,144). Sum of RGB (Red+Green+Blue) = 0+35+144=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 144 (56.64% from 255 or 80.45% from 179); Max value from RGB is 144 - color contains mainly: blue. Hex color #002390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002390 is #FFDC6F. Grayscale: #242424. Windows color (decimal): -16768112 or 9446144. OLE color: 9446144.

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

Color convert

RGB 0 35 144 -
CMYK 1 0.76 0 0.44
HSL 225.42º 1% 0.28% -
HSV(B) 225.42º 1% 0.56% -
XYZ 5.64 3.22 26.71 -
YUV 36.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 0 35 144 1 0.76 0 0.44 225.42 1 0.28
Hex 0 23 90 64 4C 0 2C E1 64 1C
Octal 0 43 220 144 114 0 54 341 144 34
Binary 0 100011 10010000 1100100 1001100 0 101100 11100001 1100100 11100

Color Harmonies of #002390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002390

Black with #002390

Text Example


Text Example

White with #002390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002390; }

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

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

background-color css

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

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

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

border-color css

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

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

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