#00258a

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

Shades of Smalt #00258A

Tints of Smalt #00258A

Color information

#00258A (or 0x00258A) is unknown color: approx Smalt. HEX triplet: 00, 25 and 8A. RGB value is (0,37,138). Sum of RGB (Red+Green+Blue) = 0+37+138=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #00258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00258A is #FFDA75. Grayscale: #252525. Windows color (decimal): -16767606 or 9053440. OLE color: 9053440.

HSL color Cylindrical-coordinate representation of color #00258A: hue angle of 223.91º 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 #00258A is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB037138-
CMYK10.7300.46
HSL223.91º100%27.06%-
HSV(B)223.91º100%54.12%-
XYZ5.253.1624.38-
YUV37.45184.74101.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 138 (54.30% from 255) = 78.86%
R=0%
G=21.14%
B=78.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal03713810.7300.46223.9110027.06
Hex0258A644902Ee0641b
Octal04521214411105634014433
Binary01001011000101011001001001001010111011100000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00258a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00258a; }

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

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

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

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

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

<style>
 span { border-color: #00258a; }

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

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