Html Css Color HEX #02485C Sherpa Blue

📋 copy color: '#02485C'

red 2 ◦ green 72 ◦ blue 92

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

Shades of Sherpa Blue #02485C

Tints of Sherpa Blue #02485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.37%

 BLUE value IS 92 (36.33% from 255) = 55.42%

R = 1.2%
G = 43.37%
B = 55.42%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02485C (or 0x02485C) is known color: Sherpa Blue. HEX triplet: 02, 48 and 5C. RGB value is (2,72,92). Sum of RGB (Red+Green+Blue) = 2+72+92=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #02485C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02485C is #FDB7A3. Grayscale: #353535. Windows color (decimal): -16627620 or 6047746. OLE color: 6047746.

HSL color Cylindrical-coordinate representation of color #02485C: hue angle of 193.33º 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 #02485C is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 72 92 -
CMYK 0.98 0.22 0 0.64
HSL 193.33º 0.96% 0.18% -
HSV(B) 193.33º 0.98% 0.36% -
XYZ 4.27 5.42 10.95 -
YUV 53.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 2 72 92 0.98 0.22 0 0.64 193.33 0.96 0.18
Hex 2 48 5C 62 16 0 40 C1 60 12
Octal 2 110 134 142 26 0 100 301 140 22
Binary 10 1001000 1011100 1100010 10110 0 1000000 11000001 1100000 10010

Color Harmonies of #02485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02485C

Black with #02485C

Text Example


Text Example

White with #02485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02485C; }

 p { color: rgb(2,72,92); }

 H1.HeaderClassName
 {
   color: #02485C;
 }
 .AnyTagClassName
 {
   color: #02485C;
 }
</style>

background-color css

<style>
 a { background-color: #02485C; }

 a { background-color: rgb(2,72,92); }

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

border-color css

<style>
 span { border-color: #02485C; }

 span { border-color: rgb(2,72,92); }

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