Html Css Color HEX #02504C Sherpa Blue

📋 copy color: '#02504C'

red 2 ◦ green 80 ◦ blue 76

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

Shades of Sherpa Blue #02504C

Tints of Sherpa Blue #02504C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.1%

R = 1.27%
G = 50.63%
B = 48.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#02504C (or 0x02504C) is known color: Sherpa Blue. HEX triplet: 02, 50 and 4C. RGB value is (2,80,76). Sum of RGB (Red+Green+Blue) = 2+80+76=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #02504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02504C is #FDAFB3. Grayscale: #383838. Windows color (decimal): -16625588 or 5001218. OLE color: 5001218.

HSL color Cylindrical-coordinate representation of color #02504C: hue angle of 176.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02504C is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 80 76 -
CMYK 0.98 0 0.05 0.69
HSL 176.92º 0.95% 0.16% -
HSV(B) 176.92º 0.98% 0.31% -
XYZ 4.2 6.27 7.83 -
YUV 56.22 139.16 89.33 -
System Red Green Blue C M Y K H S L
Decimal 2 80 76 0.98 0 0.05 0.69 176.92 0.95 0.16
Hex 2 50 4C 62 0 5 45 B1 5F 10
Octal 2 120 114 142 0 5 105 261 137 20
Binary 10 1010000 1001100 1100010 0 101 1000101 10110001 1011111 10000

Color Harmonies of #02504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02504C

Black with #02504C

Text Example


Text Example

White with #02504C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02504C; }

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

 H1.HeaderClassName
 {
   color: #02504C;
 }
 .AnyTagClassName
 {
   color: #02504C;
 }
</style>

background-color css

<style>
 a { background-color: #02504C; }

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

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

border-color css

<style>
 span { border-color: #02504C; }

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

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