Html Css Color HEX #02505B Sherpa Blue

📋 copy color: '#02505B'

red 2 ◦ green 80 ◦ blue 91

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

Shades of Sherpa Blue #02505B

Tints of Sherpa Blue #02505B

RGB

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

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

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

R = 1.16%
G = 46.24%
B = 52.6%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02505B (or 0x02505B) is known color: Sherpa Blue. HEX triplet: 02, 50 and 5B. RGB value is (2,80,91). Sum of RGB (Red+Green+Blue) = 2+80+91=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #02505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02505B is #FDAFA4. Grayscale: #393939. Windows color (decimal): -16625573 or 5984258. OLE color: 5984258.

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

Color convert

RGB 2 80 91 -
CMYK 0.98 0.12 0 0.64
HSL 187.42º 0.96% 0.18% -
HSV(B) 187.42º 0.98% 0.36% -
XYZ 4.78 6.51 10.9 -
YUV 57.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 2 80 91 0.98 0.12 0 0.64 187.42 0.96 0.18
Hex 2 50 5B 62 C 0 40 BB 60 12
Octal 2 120 133 142 14 0 100 273 140 22
Binary 10 1010000 1011011 1100010 1100 0 1000000 10111011 1100000 10010

Color Harmonies of #02505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02505B

Black with #02505B

Text Example


Text Example

White with #02505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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