Html Css Color HEX #00228D Smalt

📋 copy color: '#00228D'

red 0 ◦ green 34 ◦ blue 141

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

Shades of Smalt #00228D

Tints of Smalt #00228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 80.57%

R = 0%
G = 19.43%
B = 80.57%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00228D (or 0x00228D) is known color: Smalt. HEX triplet: 00, 22 and 8D. RGB value is (0,34,141). Sum of RGB (Red+Green+Blue) = 0+34+141=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #00228D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228D is #FFDD72. Grayscale: #232323. Windows color (decimal): -16768371 or 9249280. OLE color: 9249280.

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

Color convert

RGB 0 34 141 -
CMYK 1 0.76 0 0.45
HSL 225.53º 1% 0.28% -
HSV(B) 225.53º 1% 0.55% -
XYZ 5.38 3.07 25.51 -
YUV 36.03 187.24 102.3 -
System Red Green Blue C M Y K H S L
Decimal 0 34 141 1 0.76 0 0.45 225.53 1 0.28
Hex 0 22 8D 64 4C 0 2D E2 64 1C
Octal 0 42 215 144 114 0 55 342 144 34
Binary 0 100010 10001101 1100100 1001100 0 101101 11100010 1100100 11100

Color Harmonies of #00228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00228D

Black with #00228D

Text Example


Text Example

White with #00228D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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