Html Css Color HEX #02238D Smalt

📋 copy color: '#02238D'

red 2 ◦ green 35 ◦ blue 141

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

Shades of Smalt #02238D

Tints of Smalt #02238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.66%

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

R = 1.12%
G = 19.66%
B = 79.21%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02238D (or 0x02238D) is known color: Smalt. HEX triplet: 02, 23 and 8D. RGB value is (2,35,141). Sum of RGB (Red+Green+Blue) = 2+35+141=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 35 (14.06% from 255 or 19.66% 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 #02238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02238D is #FDDC72. Grayscale: #242424. Windows color (decimal): -16637043 or 9249538. OLE color: 9249538.

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

Color convert

RGB 2 35 141 -
CMYK 0.99 0.75 0 0.45
HSL 225.76º 0.97% 0.28% -
HSV(B) 225.76º 0.99% 0.55% -
XYZ 5.43 3.14 25.52 -
YUV 37.22 186.57 102.88 -
System Red Green Blue C M Y K H S L
Decimal 2 35 141 0.99 0.75 0 0.45 225.76 0.97 0.28
Hex 2 23 8D 63 4B 0 2D E2 61 1C
Octal 2 43 215 143 113 0 55 342 141 34
Binary 10 100011 10001101 1100011 1001011 0 101101 11100010 1100001 11100

Color Harmonies of #02238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02238D

Black with #02238D

Text Example


Text Example

White with #02238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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