Html Css Color HEX #023F4C Sherpa Blue

📋 copy color: '#023F4C'

red 2 ◦ green 63 ◦ blue 76

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

Shades of Sherpa Blue #023F4C

Tints of Sherpa Blue #023F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 44.68%

 BLUE value IS 76 (30.08% from 255) = 53.9%

R = 1.42%
G = 44.68%
B = 53.9%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#023F4C (or 0x023F4C) is known color: Sherpa Blue. HEX triplet: 02, 3F and 4C. RGB value is (2,63,76). Sum of RGB (Red+Green+Blue) = 2+63+76=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 63 (25% from 255 or 44.68% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #023F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F4C is #FDC0B3. Grayscale: #2E2E2E. Windows color (decimal): -16629940 or 4996866. OLE color: 4996866.

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

Color convert

RGB 2 63 76 -
CMYK 0.97 0.17 0 0.70
HSL 190.54º 0.95% 0.15% -
HSV(B) 190.54º 0.97% 0.3% -
XYZ 3.11 4.09 7.46 -
YUV 46.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 2 63 76 0.97 0.17 0 0.70 190.54 0.95 0.15
Hex 2 3F 4C 61 11 0 46 BF 5F F
Octal 2 77 114 141 21 0 106 277 137 17
Binary 10 111111 1001100 1100001 10001 0 1000110 10111111 1011111 1111

Color Harmonies of #023F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023F4C

Black with #023F4C

Text Example


Text Example

White with #023F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,63,76); }

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

background-color css

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

 a { background-color: rgb(2,63,76); }

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

border-color css

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

 span { border-color: rgb(2,63,76); }

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