Html Css Color HEX #023540 Sherpa Blue

📋 copy color: '#023540'

red 2 ◦ green 53 ◦ blue 64

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

Shades of Sherpa Blue #023540

Tints of Sherpa Blue #023540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.54%

 BLUE value IS 64 (25.39% from 255) = 53.78%

R = 1.68%
G = 44.54%
B = 53.78%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023540 (or 0x023540) is known color: Sherpa Blue. HEX triplet: 02, 35 and 40. RGB value is (2,53,64). Sum of RGB (Red+Green+Blue) = 2+53+64=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #023540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023540 is #FDCABF. Grayscale: #262626. Windows color (decimal): -16632512 or 4207874. OLE color: 4207874.

HSL color Cylindrical-coordinate representation of color #023540: hue angle of 190.65º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023540 is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 53 64 -
CMYK 0.97 0.17 0 0.75
HSL 190.65º 0.94% 0.13% -
HSV(B) 190.65º 0.97% 0.25% -
XYZ 2.22 2.93 5.3 -
YUV 39.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 2 53 64 0.97 0.17 0 0.75 190.65 0.94 0.13
Hex 2 35 40 61 11 0 4B BF 5E D
Octal 2 65 100 141 21 0 113 277 136 15
Binary 10 110101 1000000 1100001 10001 0 1001011 10111111 1011110 1101

Color Harmonies of #023540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023540

Black with #023540

Text Example


Text Example

White with #023540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023540; }

 p { color: rgb(2,53,64); }

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

background-color css

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

 a { background-color: rgb(2,53,64); }

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

border-color css

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

 span { border-color: rgb(2,53,64); }

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