Html Css Color HEX #02464D Sherpa Blue

📋 copy color: '#02464D'

red 2 ◦ green 70 ◦ blue 77

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

Shades of Sherpa Blue #02464D

Tints of Sherpa Blue #02464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

 BLUE value IS 77 (30.47% from 255) = 51.68%

R = 1.34%
G = 46.98%
B = 51.68%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02464D (or 0x02464D) is known color: Sherpa Blue. HEX triplet: 02, 46 and 4D. RGB value is (2,70,77). Sum of RGB (Red+Green+Blue) = 2+70+77=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #02464D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02464D is #FDB9B2. Grayscale: #323232. Windows color (decimal): -16628147 or 5064194. OLE color: 5064194.

HSL color Cylindrical-coordinate representation of color #02464D: hue angle of 185.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02464D is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 70 77 -
CMYK 0.97 0.09 0 0.70
HSL 185.6º 0.95% 0.15% -
HSV(B) 185.6º 0.97% 0.3% -
XYZ 3.55 4.93 7.79 -
YUV 50.47 142.97 93.43 -
System Red Green Blue C M Y K H S L
Decimal 2 70 77 0.97 0.09 0 0.70 185.6 0.95 0.15
Hex 2 46 4D 61 9 0 46 BA 5F F
Octal 2 106 115 141 11 0 106 272 137 17
Binary 10 1000110 1001101 1100001 1001 0 1000110 10111010 1011111 1111

Color Harmonies of #02464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02464D

Black with #02464D

Text Example


Text Example

White with #02464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,70,77); }

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

background-color css

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

 a { background-color: rgb(2,70,77); }

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

border-color css

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

 span { border-color: rgb(2,70,77); }

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