Html Css Color HEX #002297 Smalt

📋 copy color: '#002297'

red 0 ◦ green 34 ◦ blue 151

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

Shades of Smalt #002297

Tints of Smalt #002297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 81.62%

R = 0%
G = 18.38%
B = 81.62%

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

#002297 (or 0x002297) is known color: Smalt. HEX triplet: 00, 22 and 97. RGB value is (0,34,151). Sum of RGB (Red+Green+Blue) = 0+34+151=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 151 (59.38% from 255 or 81.62% from 185); Max value from RGB is 151 - color contains mainly: blue. Hex color #002297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002297 is #FFDD68. Grayscale: #242424. Windows color (decimal): -16768361 or 9904640. OLE color: 9904640.

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

Color convert

RGB 0 34 151 -
CMYK 1 0.77 0 0.41
HSL 226.49º 1% 0.3% -
HSV(B) 226.49º 1% 0.59% -
XYZ 6.16 3.38 29.61 -
YUV 37.17 192.24 101.49 -
System Red Green Blue C M Y K H S L
Decimal 0 34 151 1 0.77 0 0.41 226.49 1 0.3
Hex 0 22 97 64 4D 0 29 E2 64 1E
Octal 0 42 227 144 115 0 51 342 144 36
Binary 0 100010 10010111 1100100 1001101 0 101001 11100010 1100100 11110

Color Harmonies of #002297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002297

Black with #002297

Text Example


Text Example

White with #002297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002297; }

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

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

background-color css

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

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

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

border-color css

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

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

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