Html Css Color HEX #004398 Smalt

📋 copy color: '#004398'

red 0 ◦ green 67 ◦ blue 152

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

Shades of Smalt #004398

Tints of Smalt #004398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 0%
G = 30.59%
B = 69.41%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004398 (or 0x004398) is known color: Smalt. HEX triplet: 00, 43 and 98. RGB value is (0,67,152). Sum of RGB (Red+Green+Blue) = 0+67+152=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #004398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004398 is #FFBC67. Grayscale: #383838. Windows color (decimal): -16759912 or 9978624. OLE color: 9978624.

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

Color convert

RGB 0 67 152 -
CMYK 1 0.56 0 0.40
HSL 213.55º 1% 0.3% -
HSV(B) 213.55º 1% 0.6% -
XYZ 7.67 6.28 30.51 -
YUV 56.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 0 67 152 1 0.56 0 0.40 213.55 1 0.3
Hex 0 43 98 64 38 0 28 D6 64 1E
Octal 0 103 230 144 70 0 50 326 144 36
Binary 0 1000011 10011000 1100100 111000 0 101000 11010110 1100100 11110

Color Harmonies of #004398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004398

Black with #004398

Text Example


Text Example

White with #004398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004398; }

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

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

background-color css

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

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

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

border-color css

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

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

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