Html Css Color HEX #02238E Smalt

📋 copy color: '#02238E'

red 2 ◦ green 35 ◦ blue 142

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

Shades of Smalt #02238E

Tints of Smalt #02238E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 79.33%

R = 1.12%
G = 19.55%
B = 79.33%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02238E (or 0x02238E) is known color: Smalt. HEX triplet: 02, 23 and 8E. RGB value is (2,35,142). Sum of RGB (Red+Green+Blue) = 2+35+142=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 142 (55.86% from 255 or 79.33% from 179); Max value from RGB is 142 - color contains mainly: blue. Hex color #02238E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02238E is #FDDC71. Grayscale: #242424. Windows color (decimal): -16637042 or 9315074. OLE color: 9315074.

HSL color Cylindrical-coordinate representation of color #02238E: hue angle of 225.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02238E is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 35 142 -
CMYK 0.99 0.75 0 0.44
HSL 225.86º 0.97% 0.28% -
HSV(B) 225.86º 0.99% 0.56% -
XYZ 5.51 3.17 25.91 -
YUV 37.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 2 35 142 0.99 0.75 0 0.44 225.86 0.97 0.28
Hex 2 23 8E 63 4B 0 2C E2 61 1C
Octal 2 43 216 143 113 0 54 342 141 34
Binary 10 100011 10001110 1100011 1001011 0 101100 11100010 1100001 11100

Color Harmonies of #02238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02238E

Black with #02238E

Text Example


Text Example

White with #02238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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