Html Css Color HEX #00258B Smalt

📋 copy color: '#00258B'

red 0 ◦ green 37 ◦ blue 139

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

Shades of Smalt #00258B

Tints of Smalt #00258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 0%
G = 21.02%
B = 78.98%

CMYK

 C value IS 1

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00258B (or 0x00258B) is known color: Smalt. HEX triplet: 00, 25 and 8B. RGB value is (0,37,139). Sum of RGB (Red+Green+Blue) = 0+37+139=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #00258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00258B is #FFDA74. Grayscale: #252525. Windows color (decimal): -16767605 or 9118976. OLE color: 9118976.

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

Color convert

RGB 0 37 139 -
CMYK 1 0.73 0 0.45
HSL 224.03º 1% 0.27% -
HSV(B) 224.03º 1% 0.55% -
XYZ 5.32 3.19 24.76 -
YUV 37.57 185.24 101.21 -
System Red Green Blue C M Y K H S L
Decimal 0 37 139 1 0.73 0 0.45 224.03 1 0.27
Hex 0 25 8B 64 49 0 2D E0 64 1B
Octal 0 45 213 144 111 0 55 340 144 33
Binary 0 100101 10001011 1100100 1001001 0 101101 11100000 1100100 11011

Color Harmonies of #00258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00258B

Black with #00258B

Text Example


Text Example

White with #00258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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