Html Css Color HEX #002D92 Smalt

📋 copy color: '#002D92'

red 0 ◦ green 45 ◦ blue 146

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

Shades of Smalt #002D92

Tints of Smalt #002D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 76.44%

R = 0%
G = 23.56%
B = 76.44%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#002D92 (or 0x002D92) is known color: Smalt. HEX triplet: 00, 2D and 92. RGB value is (0,45,146). Sum of RGB (Red+Green+Blue) = 0+45+146=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #002D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002D92 is #FFD26D. Grayscale: #2A2A2A. Windows color (decimal): -16765550 or 9579776. OLE color: 9579776.

HSL color Cylindrical-coordinate representation of color #002D92: hue angle of 221.51º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D92 is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 45 146 -
CMYK 1 0.69 0 0.43
HSL 221.51º 1% 0.29% -
HSV(B) 221.51º 1% 0.57% -
XYZ 6.13 3.95 27.63 -
YUV 43.06 186.09 97.29 -
System Red Green Blue C M Y K H S L
Decimal 0 45 146 1 0.69 0 0.43 221.51 1 0.29
Hex 0 2D 92 64 45 0 2B DE 64 1D
Octal 0 55 222 144 105 0 53 336 144 35
Binary 0 101101 10010010 1100100 1000101 0 101011 11011110 1100100 11101

Color Harmonies of #002D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D92

Black with #002D92

Text Example


Text Example

White with #002D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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