Html Css Color HEX #002D98 Smalt

📋 copy color: '#002D98'

red 0 ◦ green 45 ◦ blue 152

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

Shades of Smalt #002D98

Tints of Smalt #002D98

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.84%

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

R = 0%
G = 22.84%
B = 77.16%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#002D98 (or 0x002D98) is known color: Smalt. HEX triplet: 00, 2D and 98. RGB value is (0,45,152). Sum of RGB (Red+Green+Blue) = 0+45+152=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 152 (59.77% from 255 or 77.16% from 197); Max value from RGB is 152 - color contains mainly: blue. Hex color #002D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D98 is #FFD267. Grayscale: #2B2B2B. Windows color (decimal): -16765544 or 9972992. OLE color: 9972992.

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

Color convert

RGB 0 45 152 -
CMYK 1 0.70 0 0.40
HSL 222.24º 1% 0.3% -
HSV(B) 222.24º 1% 0.6% -
XYZ 6.61 4.14 30.16 -
YUV 43.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 0 45 152 1 0.70 0 0.40 222.24 1 0.3
Hex 0 2D 98 64 46 0 28 DE 64 1E
Octal 0 55 230 144 106 0 50 336 144 36
Binary 0 101101 10011000 1100100 1000110 0 101000 11011110 1100100 11110

Color Harmonies of #002D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D98

Black with #002D98

Text Example


Text Example

White with #002D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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