Html Css Color HEX #023341 Sherpa Blue

📋 copy color: '#023341'

red 2 ◦ green 51 ◦ blue 65

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

Shades of Sherpa Blue #023341

Tints of Sherpa Blue #023341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.22%

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 1.69%
G = 43.22%
B = 55.08%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#023341 (or 0x023341) is known color: Sherpa Blue. HEX triplet: 02, 33 and 41. RGB value is (2,51,65). Sum of RGB (Red+Green+Blue) = 2+51+65=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #023341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023341 is #FDCCBE. Grayscale: #252525. Windows color (decimal): -16633023 or 4272898. OLE color: 4272898.

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

Color convert

RGB 2 51 65 -
CMYK 0.97 0.22 0 0.75
HSL 193.33º 0.94% 0.13% -
HSV(B) 193.33º 0.97% 0.25% -
XYZ 2.16 2.76 5.42 -
YUV 37.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 2 51 65 0.97 0.22 0 0.75 193.33 0.94 0.13
Hex 2 33 41 61 16 0 4B C1 5E D
Octal 2 63 101 141 26 0 113 301 136 15
Binary 10 110011 1000001 1100001 10110 0 1001011 11000001 1011110 1101

Color Harmonies of #023341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023341

Black with #023341

Text Example


Text Example

White with #023341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023341; }

 p { color: rgb(2,51,65); }

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

background-color css

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

 a { background-color: rgb(2,51,65); }

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

border-color css

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

 span { border-color: rgb(2,51,65); }

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