Html Css Color HEX #00228E Smalt

📋 copy color: '#00228E'

red 0 ◦ green 34 ◦ blue 142

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

Shades of Smalt #00228E

Tints of Smalt #00228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 80.68%

R = 0%
G = 19.32%
B = 80.68%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00228E (or 0x00228E) is known color: Smalt. HEX triplet: 00, 22 and 8E. RGB value is (0,34,142). Sum of RGB (Red+Green+Blue) = 0+34+142=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #00228E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228E is #FFDD71. Grayscale: #232323. Windows color (decimal): -16768370 or 9314816. OLE color: 9314816.

HSL color Cylindrical-coordinate representation of color #00228E: hue angle of 225.63º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00228E is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 34 142 -
CMYK 1 0.76 0 0.44
HSL 225.63º 1% 0.28% -
HSV(B) 225.63º 1% 0.56% -
XYZ 5.45 3.1 25.9 -
YUV 36.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 0 34 142 1 0.76 0 0.44 225.63 1 0.28
Hex 0 22 8E 64 4C 0 2C E2 64 1C
Octal 0 42 216 144 114 0 54 342 144 34
Binary 0 100010 10001110 1100100 1001100 0 101100 11100010 1100100 11100

Color Harmonies of #00228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00228E

Black with #00228E

Text Example


Text Example

White with #00228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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