Html Css Color HEX #023F50 Sherpa Blue

📋 copy color: '#023F50'

red 2 ◦ green 63 ◦ blue 80

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

Shades of Sherpa Blue #023F50

Tints of Sherpa Blue #023F50

RGB

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

 GREEN value IS 63 (25% from 255) = 43.45%

 BLUE value IS 80 (31.64% from 255) = 55.17%

R = 1.38%
G = 43.45%
B = 55.17%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#023F50 (or 0x023F50) is known color: Sherpa Blue. HEX triplet: 02, 3F and 50. RGB value is (2,63,80). Sum of RGB (Red+Green+Blue) = 2+63+80=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #023F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023F50 is #FDC0AF. Grayscale: #2E2E2E. Windows color (decimal): -16629936 or 5259010. OLE color: 5259010.

HSL color Cylindrical-coordinate representation of color #023F50: hue angle of 193.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023F50 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 63 80 -
CMYK 0.98 0.21 0 0.69
HSL 193.08º 0.95% 0.16% -
HSV(B) 193.08º 0.98% 0.31% -
XYZ 3.25 4.15 8.22 -
YUV 46.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 2 63 80 0.98 0.21 0 0.69 193.08 0.95 0.16
Hex 2 3F 50 62 15 0 45 C1 5F 10
Octal 2 77 120 142 25 0 105 301 137 20
Binary 10 111111 1010000 1100010 10101 0 1000101 11000001 1011111 10000

Color Harmonies of #023F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F50

Black with #023F50

Text Example


Text Example

White with #023F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023F50; }

 p { color: rgb(2,63,80); }

 H1.HeaderClassName
 {
   color: #023F50;
 }
 .AnyTagClassName
 {
   color: #023F50;
 }
</style>

background-color css

<style>
 a { background-color: #023F50; }

 a { background-color: rgb(2,63,80); }

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

border-color css

<style>
 span { border-color: #023F50; }

 span { border-color: rgb(2,63,80); }

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