#00258D

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

Shades of Smalt #00258D

Tints of Smalt #00258D

Color information

#00258D (or 0x00258D) is unknown color: approx Smalt. HEX triplet: 00, 25 and 8D. RGB value is (0,37,141). Sum of RGB (Red+Green+Blue) = 0+37+141=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 141 (55.47% from 255 or 79.21% from 178); Max value from RGB is 141 - color contains mainly: blue. Hex color #00258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00258D is #FFDA72. Grayscale: #252525. Windows color (decimal): -16767603 or 9250048. OLE color: 9250048.

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

Color convert

RGB037141-
CMYK10.7400.45
HSL224.26º100%27.65%-
HSV(B)224.26º100%55.29%-
XYZ5.473.2525.54-
YUV37.79186.24101.04-

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) = 20.79%
BLUE value IS 141 (55.47% from 255) = 79.21%
R=0%
G=20.79%
B=79.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal03714110.7400.45224.2610027.65
Hex0258D644A02De0641c
Octal04521514411205534014434
Binary01001011000110111001001001010010110111100000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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