Html Css Color HEX #023A4B Sherpa Blue

📋 copy color: '#023A4B'

red 2 ◦ green 58 ◦ blue 75

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

Shades of Sherpa Blue #023A4B

Tints of Sherpa Blue #023A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.96%

 BLUE value IS 75 (29.69% from 255) = 55.56%

R = 1.48%
G = 42.96%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#023A4B (or 0x023A4B) is known color: Sherpa Blue. HEX triplet: 02, 3A and 4B. RGB value is (2,58,75). Sum of RGB (Red+Green+Blue) = 2+58+75=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 75 (29.69% from 255 or 55.56% from 135); Max value from RGB is 75 - color contains mainly: blue. Hex color #023A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A4B is #FDC5B4. Grayscale: #2B2B2B. Windows color (decimal): -16631221 or 4930050. OLE color: 4930050.

HSL color Cylindrical-coordinate representation of color #023A4B: hue angle of 193.97º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A4B is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 58 75 -
CMYK 0.97 0.23 0 0.71
HSL 193.97º 0.95% 0.15% -
HSV(B) 193.97º 0.97% 0.29% -
XYZ 2.81 3.55 7.19 -
YUV 43.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 2 58 75 0.97 0.23 0 0.71 193.97 0.95 0.15
Hex 2 3A 4B 61 17 0 47 C2 5F F
Octal 2 72 113 141 27 0 107 302 137 17
Binary 10 111010 1001011 1100001 10111 0 1000111 11000010 1011111 1111

Color Harmonies of #023A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023A4B

Black with #023A4B

Text Example


Text Example

White with #023A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,58,75); }

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

background-color css

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

 a { background-color: rgb(2,58,75); }

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

border-color css

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

 span { border-color: rgb(2,58,75); }

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