Html Css Color HEX #002296 Smalt

📋 copy color: '#002296'

red 0 ◦ green 34 ◦ blue 150

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

Shades of Smalt #002296

Tints of Smalt #002296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.48%

 BLUE value IS 150 (58.98% from 255) = 81.52%

R = 0%
G = 18.48%
B = 81.52%

CMYK

 C value IS 1

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#002296 (or 0x002296) is known color: Smalt. HEX triplet: 00, 22 and 96. RGB value is (0,34,150). Sum of RGB (Red+Green+Blue) = 0+34+150=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #002296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002296 is #FFDD69. Grayscale: #242424. Windows color (decimal): -16768362 or 9839104. OLE color: 9839104.

HSL color Cylindrical-coordinate representation of color #002296: hue angle of 226.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002296 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 34 150 -
CMYK 1 0.77 0 0.41
HSL 226.4º 1% 0.29% -
HSV(B) 226.4º 1% 0.59% -
XYZ 6.08 3.35 29.18 -
YUV 37.06 191.74 101.57 -
System Red Green Blue C M Y K H S L
Decimal 0 34 150 1 0.77 0 0.41 226.4 1 0.29
Hex 0 22 96 64 4D 0 29 E2 64 1D
Octal 0 42 226 144 115 0 51 342 144 35
Binary 0 100010 10010110 1100100 1001101 0 101001 11100010 1100100 11101

Color Harmonies of #002296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002296

Black with #002296

Text Example


Text Example

White with #002296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002296; }

 p { color: rgb(0,34,150); }

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

background-color css

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

 a { background-color: rgb(0,34,150); }

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

border-color css

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

 span { border-color: rgb(0,34,150); }

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