Html Css Color HEX #02554A Sherpa Blue

📋 copy color: '#02554A'

red 2 ◦ green 85 ◦ blue 74

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

Shades of Sherpa Blue #02554A

Tints of Sherpa Blue #02554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.8%

 BLUE value IS 74 (29.3% from 255) = 45.96%

R = 1.24%
G = 52.8%
B = 45.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#02554A (or 0x02554A) is known color: Sherpa Blue. HEX triplet: 02, 55 and 4A. RGB value is (2,85,74). Sum of RGB (Red+Green+Blue) = 2+85+74=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #02554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02554A is #FDAAB5. Grayscale: #3A3A3A. Windows color (decimal): -16624310 or 4871426. OLE color: 4871426.

HSL color Cylindrical-coordinate representation of color #02554A: hue angle of 172.05º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02554A is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 85 74 -
CMYK 0.98 0 0.13 0.67
HSL 172.05º 0.95% 0.17% -
HSV(B) 172.05º 0.98% 0.33% -
XYZ 4.51 7 7.59 -
YUV 58.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 2 85 74 0.98 0 0.13 0.67 172.05 0.95 0.17
Hex 2 55 4A 62 0 D 43 AC 5F 11
Octal 2 125 112 142 0 15 103 254 137 21
Binary 10 1010101 1001010 1100010 0 1101 1000011 10101100 1011111 10001

Color Harmonies of #02554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02554A

Black with #02554A

Text Example


Text Example

White with #02554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02554A; }

 p { color: rgb(2,85,74); }

 H1.HeaderClassName
 {
   color: #02554A;
 }
 .AnyTagClassName
 {
   color: #02554A;
 }
</style>

background-color css

<style>
 a { background-color: #02554A; }

 a { background-color: rgb(2,85,74); }

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

border-color css

<style>
 span { border-color: #02554A; }

 span { border-color: rgb(2,85,74); }

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