Html Css Color HEX #023940 Sherpa Blue

📋 copy color: '#023940'

red 2 ◦ green 57 ◦ blue 64

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

Shades of Sherpa Blue #023940

Tints of Sherpa Blue #023940

RGB

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

 GREEN value IS 57 (22.66% from 255) = 46.34%

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

R = 1.63%
G = 46.34%
B = 52.03%

CMYK

 C value IS 0.97

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023940 (or 0x023940) is known color: Sherpa Blue. HEX triplet: 02, 39 and 40. RGB value is (2,57,64). Sum of RGB (Red+Green+Blue) = 2+57+64=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #023940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023940 is #FDC6BF. Grayscale: #292929. Windows color (decimal): -16631488 or 4208898. OLE color: 4208898.

HSL color Cylindrical-coordinate representation of color #023940: hue angle of 186.77º 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 #023940 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 57 64 -
CMYK 0.97 0.11 0 0.75
HSL 186.77º 0.94% 0.13% -
HSV(B) 186.77º 0.97% 0.25% -
XYZ 2.41 3.31 5.36 -
YUV 41.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 2 57 64 0.97 0.11 0 0.75 186.77 0.94 0.13
Hex 2 39 40 61 B 0 4B BB 5E D
Octal 2 71 100 141 13 0 113 273 136 15
Binary 10 111001 1000000 1100001 1011 0 1001011 10111011 1011110 1101

Color Harmonies of #023940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023940

Black with #023940

Text Example


Text Example

White with #023940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023940; }

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

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

background-color css

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

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

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

border-color css

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

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

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