Html Css Color HEX #02289B Smalt

📋 copy color: '#02289B'

red 2 ◦ green 40 ◦ blue 155

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

Shades of Smalt #02289B

Tints of Smalt #02289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

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

R = 1.02%
G = 20.3%
B = 78.68%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02289B (or 0x02289B) is known color: Smalt. HEX triplet: 02, 28 and 9B. RGB value is (2,40,155). Sum of RGB (Red+Green+Blue) = 2+40+155=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #02289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02289B is #FDD764. Grayscale: #292929. Windows color (decimal): -16635749 or 10168322. OLE color: 10168322.

HSL color Cylindrical-coordinate representation of color #02289B: hue angle of 225.1º 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 #02289B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 40 155 -
CMYK 0.99 0.74 0 0.39
HSL 225.1º 0.97% 0.31% -
HSV(B) 225.1º 0.99% 0.61% -
XYZ 6.7 3.9 31.41 -
YUV 41.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 2 40 155 0.99 0.74 0 0.39 225.1 0.97 0.31
Hex 2 28 9B 63 4A 0 27 E1 61 1F
Octal 2 50 233 143 112 0 47 341 141 37
Binary 10 101000 10011011 1100011 1001010 0 100111 11100001 1100001 11111

Color Harmonies of #02289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02289B

Black with #02289B

Text Example


Text Example

White with #02289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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