Html Css Color HEX #02429B Smalt

📋 copy color: '#02429B'

red 2 ◦ green 66 ◦ blue 155

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

Shades of Smalt #02429B

Tints of Smalt #02429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 0.9%
G = 29.6%
B = 69.51%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02429B (or 0x02429B) is known color: Smalt. HEX triplet: 02, 42 and 9B. RGB value is (2,66,155). Sum of RGB (Red+Green+Blue) = 2+66+155=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #02429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02429B is #FDBD64. Grayscale: #383838. Windows color (decimal): -16629093 or 10174978. OLE color: 10174978.

HSL color Cylindrical-coordinate representation of color #02429B: hue angle of 214.9º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02429B is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 66 155 -
CMYK 0.99 0.57 0 0.39
HSL 214.9º 0.97% 0.31% -
HSV(B) 214.9º 0.99% 0.61% -
XYZ 7.89 6.28 31.81 -
YUV 57.01 183.3 88.76 -
System Red Green Blue C M Y K H S L
Decimal 2 66 155 0.99 0.57 0 0.39 214.9 0.97 0.31
Hex 2 42 9B 63 39 0 27 D7 61 1F
Octal 2 102 233 143 71 0 47 327 141 37
Binary 10 1000010 10011011 1100011 111001 0 100111 11010111 1100001 11111

Color Harmonies of #02429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02429B

Black with #02429B

Text Example


Text Example

White with #02429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,66,155); }

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

background-color css

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

 a { background-color: rgb(2,66,155); }

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

border-color css

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

 span { border-color: rgb(2,66,155); }

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