Html Css Color HEX #003098 Smalt

📋 copy color: '#003098'

red 0 ◦ green 48 ◦ blue 152

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

Shades of Smalt #003098

Tints of Smalt #003098

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 0%
G = 24%
B = 76%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#003098 (or 0x003098) is known color: Smalt. HEX triplet: 00, 30 and 98. RGB value is (0,48,152). Sum of RGB (Red+Green+Blue) = 0+48+152=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 152 (59.77% from 255 or 76% from 200); Max value from RGB is 152 - color contains mainly: blue. Hex color #003098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003098 is #FFCF67. Grayscale: #2D2D2D. Windows color (decimal): -16764776 or 9973760. OLE color: 9973760.

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

Color convert

RGB 0 48 152 -
CMYK 1 0.68 0 0.40
HSL 221.05º 1% 0.3% -
HSV(B) 221.05º 1% 0.6% -
XYZ 6.72 4.38 30.2 -
YUV 45.5 188.1 95.54 -
System Red Green Blue C M Y K H S L
Decimal 0 48 152 1 0.68 0 0.40 221.05 1 0.3
Hex 0 30 98 64 44 0 28 DD 64 1E
Octal 0 60 230 144 104 0 50 335 144 36
Binary 0 110000 10011000 1100100 1000100 0 101000 11011101 1100100 11110

Color Harmonies of #003098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003098

Black with #003098

Text Example


Text Example

White with #003098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003098; }

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

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

background-color css

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

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

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

border-color css

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

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

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