Html Css Color HEX #023850 Sherpa Blue

📋 copy color: '#023850'

red 2 ◦ green 56 ◦ blue 80

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

Shades of Sherpa Blue #023850

Tints of Sherpa Blue #023850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 1.45%
G = 40.58%
B = 57.97%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#023850 (or 0x023850) is known color: Sherpa Blue. HEX triplet: 02, 38 and 50. RGB value is (2,56,80). Sum of RGB (Red+Green+Blue) = 2+56+80=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #023850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023850 is #FDC7AF. Grayscale: #2A2A2A. Windows color (decimal): -16631728 or 5257218. OLE color: 5257218.

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

Color convert

RGB 2 56 80 -
CMYK 0.98 0.30 0 0.69
HSL 198.46º 0.95% 0.16% -
HSV(B) 198.46º 0.98% 0.31% -
XYZ 2.89 3.42 8.1 -
YUV 42.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 2 56 80 0.98 0.30 0 0.69 198.46 0.95 0.16
Hex 2 38 50 62 1E 0 45 C6 5F 10
Octal 2 70 120 142 36 0 105 306 137 20
Binary 10 111000 1010000 1100010 11110 0 1000101 11000110 1011111 10000

Color Harmonies of #023850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023850

Black with #023850

Text Example


Text Example

White with #023850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #023850; }

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

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

background-color css

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

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

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

border-color css

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

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

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