#00238A

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

Shades of Smalt #00238A

Tints of Smalt #00238A

Color information

#00238A (or 0x00238A) is unknown color: approx Smalt. HEX triplet: 00, 23 and 8A. RGB value is (0,35,138). Sum of RGB (Red+Green+Blue) = 0+35+138=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 138 (54.30% from 255 or 79.77% from 173); Max value from RGB is 138 - color contains mainly: blue. Hex color #00238A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00238A is #FFDC75. Grayscale: #232323. Windows color (decimal): -16768118 or 9052928. OLE color: 9052928.

HSL color Cylindrical-coordinate representation of color #00238A: hue angle of 224.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00238A is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB035138-
CMYK10.7500.46
HSL224.78º100%27.06%-
HSV(B)224.78º100%54.12%-
XYZ5.193.0424.36-
YUV36.28185.4102.12-

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.23%
BLUE value IS 138 (54.30% from 255) = 79.77%
R=0%
G=20.23%
B=79.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal03513810.7500.46224.7810027.06
Hex0238A644B02Ee1641b
Octal04321214411305634114433
Binary01000111000101011001001001011010111011100001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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