Html Css Color HEX #023D45 Sherpa Blue

📋 copy color: '#023D45'

red 2 ◦ green 61 ◦ blue 69

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

Shades of Sherpa Blue #023D45

Tints of Sherpa Blue #023D45

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.21%

 BLUE value IS 69 (27.34% from 255) = 52.27%

R = 1.52%
G = 46.21%
B = 52.27%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#023D45 (or 0x023D45) is known color: Sherpa Blue. HEX triplet: 02, 3D and 45. RGB value is (2,61,69). Sum of RGB (Red+Green+Blue) = 2+61+69=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #023D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D45 is #FDC2BA. Grayscale: #2C2C2C. Windows color (decimal): -16630459 or 4537602. OLE color: 4537602.

HSL color Cylindrical-coordinate representation of color #023D45: hue angle of 187.16º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D45 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 61 69 -
CMYK 0.97 0.12 0 0.73
HSL 187.16º 0.94% 0.14% -
HSV(B) 187.16º 0.97% 0.27% -
XYZ 2.77 3.78 6.21 -
YUV 44.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 2 61 69 0.97 0.12 0 0.73 187.16 0.94 0.14
Hex 2 3D 45 61 C 0 49 BB 5E E
Octal 2 75 105 141 14 0 111 273 136 16
Binary 10 111101 1000101 1100001 1100 0 1001001 10111011 1011110 1110

Color Harmonies of #023D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #023D45

Black with #023D45

Text Example


Text Example

White with #023D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,61,69); }

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

background-color css

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

 a { background-color: rgb(2,61,69); }

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

border-color css

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

 span { border-color: rgb(2,61,69); }

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