Html Css Color HEX #02495D Sherpa Blue

📋 copy color: '#02495D'

red 2 ◦ green 73 ◦ blue 93

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

Shades of Sherpa Blue #02495D

Tints of Sherpa Blue #02495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 55.36%

R = 1.19%
G = 43.45%
B = 55.36%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02495D (or 0x02495D) is known color: Sherpa Blue. HEX triplet: 02, 49 and 5D. RGB value is (2,73,93). Sum of RGB (Red+Green+Blue) = 2+73+93=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #02495D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02495D is #FDB6A2. Grayscale: #353535. Windows color (decimal): -16627363 or 6113538. OLE color: 6113538.

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

Color convert

RGB 2 73 93 -
CMYK 0.98 0.22 0 0.64
HSL 193.19º 0.96% 0.19% -
HSV(B) 193.19º 0.98% 0.36% -
XYZ 4.38 5.57 11.2 -
YUV 54.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 2 73 93 0.98 0.22 0 0.64 193.19 0.96 0.19
Hex 2 49 5D 62 16 0 40 C1 60 13
Octal 2 111 135 142 26 0 100 301 140 23
Binary 10 1001001 1011101 1100010 10110 0 1000000 11000001 1100000 10011

Color Harmonies of #02495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02495D

Black with #02495D

Text Example


Text Example

White with #02495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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