Html Css Color HEX #002398 Smalt

📋 copy color: '#002398'

red 0 ◦ green 35 ◦ blue 152

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

Shades of Smalt #002398

Tints of Smalt #002398

RGB

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

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

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

R = 0%
G = 18.72%
B = 81.28%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#002398 (or 0x002398) is known color: Smalt. HEX triplet: 00, 23 and 98. RGB value is (0,35,152). Sum of RGB (Red+Green+Blue) = 0+35+152=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 152 (59.77% from 255 or 81.28% from 187); Max value from RGB is 152 - color contains mainly: blue. Hex color #002398 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002398 is #FFDC67. Grayscale: #252525. Windows color (decimal): -16768104 or 9970432. OLE color: 9970432.

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

Color convert

RGB 0 35 152 -
CMYK 1 0.77 0 0.40
HSL 226.18º 1% 0.3% -
HSV(B) 226.18º 1% 0.6% -
XYZ 6.27 3.47 30.04 -
YUV 37.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 0 35 152 1 0.77 0 0.40 226.18 1 0.3
Hex 0 23 98 64 4D 0 28 E2 64 1E
Octal 0 43 230 144 115 0 50 342 144 36
Binary 0 100011 10011000 1100100 1001101 0 101000 11100010 1100100 11110

Color Harmonies of #002398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002398

Black with #002398

Text Example


Text Example

White with #002398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002398; }

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

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

background-color css

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

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

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

border-color css

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

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

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