Html Css Color HEX #002098 Smalt

📋 copy color: '#002098'

red 0 ◦ green 32 ◦ blue 152

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

Shades of Smalt #002098

Tints of Smalt #002098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

 BLUE value IS 152 (59.77% from 255) = 82.61%

R = 0%
G = 17.39%
B = 82.61%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#002098 (or 0x002098) is known color: Smalt. HEX triplet: 00, 20 and 98. RGB value is (0,32,152). Sum of RGB (Red+Green+Blue) = 0+32+152=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 152 (59.77% from 255 or 82.61% from 184); Max value from RGB is 152 - color contains mainly: blue. Hex color #002098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002098 is #FFDF67. Grayscale: #232323. Windows color (decimal): -16768872 or 9969664. OLE color: 9969664.

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

Color convert

RGB 0 32 152 -
CMYK 1 0.79 0 0.40
HSL 227.37º 1% 0.3% -
HSV(B) 227.37º 1% 0.6% -
XYZ 6.18 3.3 30.02 -
YUV 36.11 193.4 102.24 -
System Red Green Blue C M Y K H S L
Decimal 0 32 152 1 0.79 0 0.40 227.37 1 0.3
Hex 0 20 98 64 4F 0 28 E3 64 1E
Octal 0 40 230 144 117 0 50 343 144 36
Binary 0 100000 10011000 1100100 1001111 0 101000 11100011 1100100 11110

Color Harmonies of #002098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002098

Black with #002098

Text Example


Text Example

White with #002098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002098; }

 p { color: rgb(0,32,152); }

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

background-color css

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

 a { background-color: rgb(0,32,152); }

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

border-color css

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

 span { border-color: rgb(0,32,152); }

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