Html Css Color HEX #02279B Smalt

📋 copy color: '#02279B'

red 2 ◦ green 39 ◦ blue 155

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

Shades of Smalt #02279B

Tints of Smalt #02279B

RGB

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

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

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

R = 1.02%
G = 19.9%
B = 79.08%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02279B (or 0x02279B) is known color: Smalt. HEX triplet: 02, 27 and 9B. RGB value is (2,39,155). Sum of RGB (Red+Green+Blue) = 2+39+155=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 39 (15.62% from 255 or 19.90% from 196); Blue value is 155 (60.94% from 255 or 79.08% from 196); Max value from RGB is 155 - color contains mainly: blue. Hex color #02279B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02279B is #FDD864. Grayscale: #282828. Windows color (decimal): -16636005 or 10168066. OLE color: 10168066.

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

Color convert

RGB 2 39 155 -
CMYK 0.99 0.75 0 0.39
HSL 225.49º 0.97% 0.31% -
HSV(B) 225.49º 0.99% 0.61% -
XYZ 6.67 3.83 31.4 -
YUV 41.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 2 39 155 0.99 0.75 0 0.39 225.49 0.97 0.31
Hex 2 27 9B 63 4B 0 27 E1 61 1F
Octal 2 47 233 143 113 0 47 341 141 37
Binary 10 100111 10011011 1100011 1001011 0 100111 11100001 1100001 11111

Color Harmonies of #02279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02279B

Black with #02279B

Text Example


Text Example

White with #02279B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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