Html Css Color HEX #00228B Smalt

📋 copy color: '#00228B'

red 0 ◦ green 34 ◦ blue 139

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

Shades of Smalt #00228B

Tints of Smalt #00228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 80.35%

R = 0%
G = 19.65%
B = 80.35%

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

#00228B (or 0x00228B) is known color: Smalt. HEX triplet: 00, 22 and 8B. RGB value is (0,34,139). Sum of RGB (Red+Green+Blue) = 0+34+139=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #00228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00228B is #FFDD74. Grayscale: #232323. Windows color (decimal): -16768373 or 9118208. OLE color: 9118208.

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

Color convert

RGB 0 34 139 -
CMYK 1 0.76 0 0.45
HSL 225.32º 1% 0.27% -
HSV(B) 225.32º 1% 0.55% -
XYZ 5.23 3.01 24.73 -
YUV 35.8 186.24 102.46 -
System Red Green Blue C M Y K H S L
Decimal 0 34 139 1 0.76 0 0.45 225.32 1 0.27
Hex 0 22 8B 64 4C 0 2D E1 64 1B
Octal 0 42 213 144 114 0 55 341 144 33
Binary 0 100010 10001011 1100100 1001100 0 101101 11100001 1100100 11011

Color Harmonies of #00228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00228B

Black with #00228B

Text Example


Text Example

White with #00228B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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