Html Css Color HEX #02525E Sherpa Blue

📋 copy color: '#02525E'

red 2 ◦ green 82 ◦ blue 94

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

Shades of Sherpa Blue #02525E

Tints of Sherpa Blue #02525E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.07%

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 1.12%
G = 46.07%
B = 52.81%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02525E (or 0x02525E) is known color: Sherpa Blue. HEX triplet: 02, 52 and 5E. RGB value is (2,82,94). Sum of RGB (Red+Green+Blue) = 2+82+94=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #02525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02525E is #FDADA1. Grayscale: #3B3B3B. Windows color (decimal): -16625058 or 6181378. OLE color: 6181378.

HSL color Cylindrical-coordinate representation of color #02525E: hue angle of 187.83º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02525E is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 82 94 -
CMYK 0.98 0.13 0 0.63
HSL 187.83º 0.96% 0.19% -
HSV(B) 187.83º 0.98% 0.37% -
XYZ 5.06 6.86 11.65 -
YUV 59.45 147.5 87.02 -
System Red Green Blue C M Y K H S L
Decimal 2 82 94 0.98 0.13 0 0.63 187.83 0.96 0.19
Hex 2 52 5E 62 D 0 3F BC 60 13
Octal 2 122 136 142 15 0 77 274 140 23
Binary 10 1010010 1011110 1100010 1101 0 111111 10111100 1100000 10011

Color Harmonies of #02525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02525E

Black with #02525E

Text Example


Text Example

White with #02525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02525E; }

 p { color: rgb(2,82,94); }

 H1.HeaderClassName
 {
   color: #02525E;
 }
 .AnyTagClassName
 {
   color: #02525E;
 }
</style>

background-color css

<style>
 a { background-color: #02525E; }

 a { background-color: rgb(2,82,94); }

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

border-color css

<style>
 span { border-color: #02525E; }

 span { border-color: rgb(2,82,94); }

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