Html Css Color HEX #02414D Sherpa Blue

📋 copy color: '#02414D'

red 2 ◦ green 65 ◦ blue 77

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

Shades of Sherpa Blue #02414D

Tints of Sherpa Blue #02414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

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

R = 1.39%
G = 45.14%
B = 53.47%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02414D (or 0x02414D) is known color: Sherpa Blue. HEX triplet: 02, 41 and 4D. RGB value is (2,65,77). Sum of RGB (Red+Green+Blue) = 2+65+77=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #02414D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02414D is #FDBEB2. Grayscale: #2F2F2F. Windows color (decimal): -16629427 or 5062914. OLE color: 5062914.

HSL color Cylindrical-coordinate representation of color #02414D: hue angle of 189.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 #02414D is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 65 77 -
CMYK 0.97 0.16 0 0.70
HSL 189.6º 0.95% 0.15% -
HSV(B) 189.6º 0.97% 0.3% -
XYZ 3.25 4.33 7.69 -
YUV 47.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 2 65 77 0.97 0.16 0 0.70 189.6 0.95 0.15
Hex 2 41 4D 61 10 0 46 BE 5F F
Octal 2 101 115 141 20 0 106 276 137 17
Binary 10 1000001 1001101 1100001 10000 0 1000110 10111110 1011111 1111

Color Harmonies of #02414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02414D

Black with #02414D

Text Example


Text Example

White with #02414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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