Html Css Color HEX #02495B Sherpa Blue

📋 copy color: '#02495B'

red 2 ◦ green 73 ◦ blue 91

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

Shades of Sherpa Blue #02495B

Tints of Sherpa Blue #02495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.98%

 BLUE value IS 91 (35.94% from 255) = 54.82%

R = 1.2%
G = 43.98%
B = 54.82%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02495B (or 0x02495B) is known color: Sherpa Blue. HEX triplet: 02, 49 and 5B. RGB value is (2,73,91). Sum of RGB (Red+Green+Blue) = 2+73+91=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #02495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02495B is #FDB6A4. Grayscale: #353535. Windows color (decimal): -16627365 or 5982466. OLE color: 5982466.

HSL color Cylindrical-coordinate representation of color #02495B: hue angle of 192.13º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02495B is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 73 91 -
CMYK 0.98 0.20 0 0.64
HSL 192.13º 0.96% 0.18% -
HSV(B) 192.13º 0.98% 0.36% -
XYZ 4.3 5.53 10.74 -
YUV 53.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 2 73 91 0.98 0.20 0 0.64 192.13 0.96 0.18
Hex 2 49 5B 62 14 0 40 C0 60 12
Octal 2 111 133 142 24 0 100 300 140 22
Binary 10 1001001 1011011 1100010 10100 0 1000000 11000000 1100000 10010

Color Harmonies of #02495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02495B

Black with #02495B

Text Example


Text Example

White with #02495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,73,91); }

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

background-color css

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

 a { background-color: rgb(2,73,91); }

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

border-color css

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

 span { border-color: rgb(2,73,91); }

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