#00238B

Color #00238B Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #00238B

Tints of Smalt #00238B

Color information

#00238B (or 0x00238B) is unknown color: approx Smalt. HEX triplet: 00, 23 and 8B. RGB value is (0,35,139). Sum of RGB (Red+Green+Blue) = 0+35+139=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #00238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00238B is #FFDC74. Grayscale: #232323. Windows color (decimal): -16768117 or 9118464. OLE color: 9118464.

HSL color Cylindrical-coordinate representation of color #00238B: hue angle of 224.89º 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 #00238B is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB035139-
CMYK10.7500.45
HSL224.89º100%27.25%-
HSV(B)224.89º100%54.51%-
XYZ5.263.0724.74-
YUV36.39185.9102.04-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 139 (54.69% from 255) = 79.89%
R=0%
G=20.11%
B=79.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal03513910.7500.45224.8910027.25
Hex0238B644B02De1641b
Octal04321314411305534114433
Binary01000111000101111001001001011010110111100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00238B;
 }
 .AnyTagClassName
 {
   color: #00238B;
 }
</style>
background-color css

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

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

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

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

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

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