Html Css Color HEX #02259A Smalt

📋 copy color: '#02259A'

red 2 ◦ green 37 ◦ blue 154

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

Shades of Smalt #02259A

Tints of Smalt #02259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 79.79%

R = 1.04%
G = 19.17%
B = 79.79%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#02259A (or 0x02259A) is known color: Smalt. HEX triplet: 02, 25 and 9A. RGB value is (2,37,154). Sum of RGB (Red+Green+Blue) = 2+37+154=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #02259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02259A is #FDDA65. Grayscale: #272727. Windows color (decimal): -16636518 or 10102018. OLE color: 10102018.

HSL color Cylindrical-coordinate representation of color #02259A: hue angle of 226.18º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02259A is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 37 154 -
CMYK 0.99 0.76 0 0.40
HSL 226.18º 0.97% 0.31% -
HSV(B) 226.18º 0.99% 0.6% -
XYZ 6.52 3.67 30.94 -
YUV 39.87 192.4 100.99 -
System Red Green Blue C M Y K H S L
Decimal 2 37 154 0.99 0.76 0 0.40 226.18 0.97 0.31
Hex 2 25 9A 63 4C 0 28 E2 61 1F
Octal 2 45 232 143 114 0 50 342 141 37
Binary 10 100101 10011010 1100011 1001100 0 101000 11100010 1100001 11111

Color Harmonies of #02259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02259A

Black with #02259A

Text Example


Text Example

White with #02259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02259A; }

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

 H1.HeaderClassName
 {
   color: #02259A;
 }
 .AnyTagClassName
 {
   color: #02259A;
 }
</style>

background-color css

<style>
 a { background-color: #02259A; }

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

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

border-color css

<style>
 span { border-color: #02259A; }

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

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