Html Css Color HEX #02279A Smalt

📋 copy color: '#02279A'

red 2 ◦ green 39 ◦ blue 154

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

Shades of Smalt #02279A

Tints of Smalt #02279A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20%

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

R = 1.03%
G = 20%
B = 78.97%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#02279A (or 0x02279A) is known color: Smalt. HEX triplet: 02, 27 and 9A. RGB value is (2,39,154). Sum of RGB (Red+Green+Blue) = 2+39+154=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 154 (60.55% from 255 or 78.97% from 195); Max value from RGB is 154 - color contains mainly: blue. Hex color #02279A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279A is #FDD865. Grayscale: #282828. Windows color (decimal): -16636006 or 10102530. OLE color: 10102530.

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

Color convert

RGB 2 39 154 -
CMYK 0.99 0.75 0 0.40
HSL 225.39º 0.97% 0.31% -
HSV(B) 225.39º 0.99% 0.6% -
XYZ 6.58 3.8 30.96 -
YUV 41.05 191.74 100.15 -
System Red Green Blue C M Y K H S L
Decimal 2 39 154 0.99 0.75 0 0.40 225.39 0.97 0.31
Hex 2 27 9A 63 4B 0 28 E1 61 1F
Octal 2 47 232 143 113 0 50 341 141 37
Binary 10 100111 10011010 1100011 1001011 0 101000 11100001 1100001 11111

Color Harmonies of #02279A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02279A

Black with #02279A

Text Example


Text Example

White with #02279A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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