Html Css Color HEX #02465F Sherpa Blue

📋 copy color: '#02465F'

red 2 ◦ green 70 ◦ blue 95

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

Shades of Sherpa Blue #02465F

Tints of Sherpa Blue #02465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 56.89%

R = 1.2%
G = 41.92%
B = 56.89%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02465F (or 0x02465F) is known color: Sherpa Blue. HEX triplet: 02, 46 and 5F. RGB value is (2,70,95). Sum of RGB (Red+Green+Blue) = 2+70+95=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #02465F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02465F is #FDB9A0. Grayscale: #343434. Windows color (decimal): -16628129 or 6243842. OLE color: 6243842.

HSL color Cylindrical-coordinate representation of color #02465F: hue angle of 196.13º 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 #02465F is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 70 95 -
CMYK 0.98 0.26 0 0.63
HSL 196.13º 0.96% 0.19% -
HSV(B) 196.13º 0.98% 0.37% -
XYZ 4.28 5.22 11.61 -
YUV 52.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 2 70 95 0.98 0.26 0 0.63 196.13 0.96 0.19
Hex 2 46 5F 62 1A 0 3F C4 60 13
Octal 2 106 137 142 32 0 77 304 140 23
Binary 10 1000110 1011111 1100010 11010 0 111111 11000100 1100000 10011

Color Harmonies of #02465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02465F

Black with #02465F

Text Example


Text Example

White with #02465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02465F; }

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

 H1.HeaderClassName
 {
   color: #02465F;
 }
 .AnyTagClassName
 {
   color: #02465F;
 }
</style>

background-color css

<style>
 a { background-color: #02465F; }

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

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

border-color css

<style>
 span { border-color: #02465F; }

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

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