Html Css Color HEX #02505D Sherpa Blue

📋 copy color: '#02505D'

red 2 ◦ green 80 ◦ blue 93

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

Shades of Sherpa Blue #02505D

Tints of Sherpa Blue #02505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

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

R = 1.14%
G = 45.71%
B = 53.14%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02505D (or 0x02505D) is known color: Sherpa Blue. HEX triplet: 02, 50 and 5D. RGB value is (2,80,93). Sum of RGB (Red+Green+Blue) = 2+80+93=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #02505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02505D is #FDAFA2. Grayscale: #3A3A3A. Windows color (decimal): -16625571 or 6115330. OLE color: 6115330.

HSL color Cylindrical-coordinate representation of color #02505D: hue angle of 188.57º 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 #02505D is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 80 93 -
CMYK 0.98 0.14 0 0.64
HSL 188.57º 0.96% 0.19% -
HSV(B) 188.57º 0.98% 0.36% -
XYZ 4.87 6.54 11.36 -
YUV 58.16 147.66 87.94 -
System Red Green Blue C M Y K H S L
Decimal 2 80 93 0.98 0.14 0 0.64 188.57 0.96 0.19
Hex 2 50 5D 62 E 0 40 BD 60 13
Octal 2 120 135 142 16 0 100 275 140 23
Binary 10 1010000 1011101 1100010 1110 0 1000000 10111101 1100000 10011

Color Harmonies of #02505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02505D

Black with #02505D

Text Example


Text Example

White with #02505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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