Html Css Color HEX #02465B Sherpa Blue

📋 copy color: '#02465B'

red 2 ◦ green 70 ◦ blue 91

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

Shades of Sherpa Blue #02465B

Tints of Sherpa Blue #02465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 55.83%

R = 1.23%
G = 42.94%
B = 55.83%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02465B (or 0x02465B) is known color: Sherpa Blue. HEX triplet: 02, 46 and 5B. RGB value is (2,70,91). Sum of RGB (Red+Green+Blue) = 2+70+91=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #02465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02465B is #FDB9A4. Grayscale: #333333. Windows color (decimal): -16628133 or 5981698. OLE color: 5981698.

HSL color Cylindrical-coordinate representation of color #02465B: hue angle of 194.16º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02465B is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 70 91 -
CMYK 0.98 0.23 0 0.64
HSL 194.16º 0.96% 0.18% -
HSV(B) 194.16º 0.98% 0.36% -
XYZ 4.1 5.15 10.68 -
YUV 52.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 2 70 91 0.98 0.23 0 0.64 194.16 0.96 0.18
Hex 2 46 5B 62 17 0 40 C2 60 12
Octal 2 106 133 142 27 0 100 302 140 22
Binary 10 1000110 1011011 1100010 10111 0 1000000 11000010 1100000 10010

Color Harmonies of #02465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02465B

Black with #02465B

Text Example


Text Example

White with #02465B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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