Html Css Color HEX #02258D Smalt

📋 copy color: '#02258D'

red 2 ◦ green 37 ◦ blue 141

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

Shades of Smalt #02258D

Tints of Smalt #02258D

RGB

 RED value IS 2 (1.17% from 255) = 1.11%

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

 BLUE value IS 141 (55.47% from 255) = 78.33%

R = 1.11%
G = 20.56%
B = 78.33%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02258D (or 0x02258D) is known color: Smalt. HEX triplet: 02, 25 and 8D. RGB value is (2,37,141). Sum of RGB (Red+Green+Blue) = 2+37+141=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #02258D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02258D is #FDDA72. Grayscale: #252525. Windows color (decimal): -16636531 or 9250050. OLE color: 9250050.

HSL color Cylindrical-coordinate representation of color #02258D: hue angle of 224.89º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02258D is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 37 141 -
CMYK 0.99 0.74 0 0.45
HSL 224.89º 0.97% 0.28% -
HSV(B) 224.89º 0.99% 0.55% -
XYZ 5.49 3.26 25.54 -
YUV 38.39 185.9 102.04 -
System Red Green Blue C M Y K H S L
Decimal 2 37 141 0.99 0.74 0 0.45 224.89 0.97 0.28
Hex 2 25 8D 63 4A 0 2D E1 61 1C
Octal 2 45 215 143 112 0 55 341 141 34
Binary 10 100101 10001101 1100011 1001010 0 101101 11100001 1100001 11100

Color Harmonies of #02258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02258D

Black with #02258D

Text Example


Text Example

White with #02258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02258D;
 }
 .AnyTagClassName
 {
   color: #02258D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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