Html Css Color HEX #023C50 Sherpa Blue

📋 copy color: '#023C50'

red 2 ◦ green 60 ◦ blue 80

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

Shades of Sherpa Blue #023C50

Tints of Sherpa Blue #023C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 42.25%

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

R = 1.41%
G = 42.25%
B = 56.34%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#023C50 (or 0x023C50) is known color: Sherpa Blue. HEX triplet: 02, 3C and 50. RGB value is (2,60,80). Sum of RGB (Red+Green+Blue) = 2+60+80=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #023C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023C50 is #FDC3AF. Grayscale: #2C2C2C. Windows color (decimal): -16630704 or 5258242. OLE color: 5258242.

HSL color Cylindrical-coordinate representation of color #023C50: hue angle of 195.38º 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 #023C50 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 60 80 -
CMYK 0.98 0.25 0 0.69
HSL 195.38º 0.95% 0.16% -
HSV(B) 195.38º 0.98% 0.31% -
XYZ 3.09 3.82 8.16 -
YUV 44.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 2 60 80 0.98 0.25 0 0.69 195.38 0.95 0.16
Hex 2 3C 50 62 19 0 45 C3 5F 10
Octal 2 74 120 142 31 0 105 303 137 20
Binary 10 111100 1010000 1100010 11001 0 1000101 11000011 1011111 10000

Color Harmonies of #023C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023C50

Black with #023C50

Text Example


Text Example

White with #023C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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