Html Css Color HEX #004098 Smalt

📋 copy color: '#004098'

red 0 ◦ green 64 ◦ blue 152

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

Shades of Smalt #004098

Tints of Smalt #004098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.63%

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

R = 0%
G = 29.63%
B = 70.37%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004098 (or 0x004098) is known color: Smalt. HEX triplet: 00, 40 and 98. RGB value is (0,64,152). Sum of RGB (Red+Green+Blue) = 0+64+152=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 152 (59.77% from 255 or 70.37% from 216); Max value from RGB is 152 - color contains mainly: blue. Hex color #004098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004098 is #FFBF67. Grayscale: #363636. Windows color (decimal): -16760680 or 9977856. OLE color: 9977856.

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

Color convert

RGB 0 64 152 -
CMYK 1 0.58 0 0.40
HSL 214.74º 1% 0.3% -
HSV(B) 214.74º 1% 0.6% -
XYZ 7.5 5.93 30.46 -
YUV 54.9 182.8 88.84 -
System Red Green Blue C M Y K H S L
Decimal 0 64 152 1 0.58 0 0.40 214.74 1 0.3
Hex 0 40 98 64 3A 0 28 D7 64 1E
Octal 0 100 230 144 72 0 50 327 144 36
Binary 0 1000000 10011000 1100100 111010 0 101000 11010111 1100100 11110

Color Harmonies of #004098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004098

Black with #004098

Text Example


Text Example

White with #004098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004098; }

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

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

background-color css

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

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

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

border-color css

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

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

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